[PR #16] [MERGED] add multi-user notebook #23

Closed
opened 2026-02-15 23:15:11 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llamacloud-demo/pull/16
Author: @jerryjliu
Created: 7/6/2024
Status: Merged
Merged: 7/9/2024
Merged by: @jerryjliu

Base: mainHead: jerry/add_per_user_index


📝 Commits (6)

📊 Changes

1 file changed (+637 additions, -0 deletions)

View changed files

examples/client_sdk/multi_user_data.ipynb (+637 -0)

📄 Description

show how to use llamacloud for the use case where you want each user to upload their own data.

either create a separate index per user, or separate them via metadata


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llamacloud-demo/pull/16 **Author:** [@jerryjliu](https://github.com/jerryjliu) **Created:** 7/6/2024 **Status:** ✅ Merged **Merged:** 7/9/2024 **Merged by:** [@jerryjliu](https://github.com/jerryjliu) **Base:** `main` ← **Head:** `jerry/add_per_user_index` --- ### 📝 Commits (6) - [`5507d59`](https://github.com/run-llama/llamacloud-demo/commit/5507d5903422068bba093c644f722c6ca862f281) cr - [`36b69e9`](https://github.com/run-llama/llamacloud-demo/commit/36b69e97b67910fdbf9d1e5015559116d351604a) cr - [`eae7b29`](https://github.com/run-llama/llamacloud-demo/commit/eae7b29298042a515c6337a1890ae6ee6cc3e195) cr - [`4023fac`](https://github.com/run-llama/llamacloud-demo/commit/4023faceae9ef16659968d6ede91c7d3fb87a827) cr - [`cc551ba`](https://github.com/run-llama/llamacloud-demo/commit/cc551bada4cde287f0a839c264e7f6c68b7eb541) Merge branch 'main' into jerry/add_per_user_index - [`458b8e1`](https://github.com/run-llama/llamacloud-demo/commit/458b8e1f6c8ded27aa17ee7c9c33bdf0ce95d33a) cr ### 📊 Changes **1 file changed** (+637 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/client_sdk/multi_user_data.ipynb` (+637 -0) </details> ### 📄 Description show how to use llamacloud for the use case where you want each user to upload their own data. either create a separate index per user, or separate them via metadata --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 23:15:11 -05:00
yindo closed this issue 2026-02-15 23:15:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llamacloud-demo#23