Replies: 3 comments
-
Hey @stevennt, could you share a bit more about your use-case? What's the expected scale of usage?
|
Beta Was this translation helpful? Give feedback.
-
Hi @debanjum, my use-case is as follows: supposed you have a VIP user who you want to onboard. He has, say, 100GB of existing data in various places. Time is not a problem, he wants to start next week. But if he has to go through all the steps to index 100GB of data himself (the process which will certainly have issues here and there given that data size and data quality), then it will be a deal breaker. So if you can have an onboarding script that takes care of all those workloads and let the user known when all is ready, then it will be a very convenient onboarding process. This is true for organizations as well when we onboard for multiple users. Many of them may even share the same data set, so an assisted onboarding process can definitely help. |
Beta Was this translation helpful? Give feedback.
-
Hi @stevennt, thanks for sharing the details of your use-case. I'm assuming you already have access to the data to be synced for this user? If so, the process would look like:
Once the indexing is completed, the user can chat with their data without needing to run any data sync themselves. Warning: Your Khoj API key is generally used to connect your client app to the Khoj server. It should not generally be shared as it gives full access to your Khoj account I'll convert this issue into a discussion, as creating such a data sync script within the Khoj repository is not currently planned |
Beta Was this translation helpful? Give feedback.
-
Describe the feature you'd like
Problem: Embedding on the server takes a lot of time, resource, and in many cases error prone, especially when GB-s of data need to be processed, and likely again and again.
If a script can be developed to allow users to run the embeddings elsewhere, then sync that up to the server / db, then it would be very convenient.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions