-
Notifications
You must be signed in to change notification settings - Fork 755
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any way for the uploaded text can storre permanently? #4
Comments
Thanks for reaching out! I exploring options for permanent data storage and it's definitely on my radar. Stay tuned for updates in the future. |
I found that it may be the most urgent issue as the costing is so high in duplication of upload the docunment. I just see the costing and omg ~~ |
Technically, what is the reason that the documents are not stored permanently? |
All the documents are stored in memory right now and are deleted once you close the tab. I'm currently working on a solution for permanent data storage. |
Can be done using a embedding database like Chroma? |
Or Pinecone. I want to contribute, but I'd like more information about it to start researching. |
@mmz-001 thank you for the excellent work on this project. Any update on persisting documents? |
@mmz-001 Is there a branch you are working on that permanent storage solution? I would very much like to contribute. |
I wonder is it any way that can store for permanently, no need uploade when refreshed.
The text was updated successfully, but these errors were encountered: