Skip to content
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

PDF Upload Proof of Concept #117

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

michaelcreatesstuff
Copy link

@michaelcreatesstuff michaelcreatesstuff commented May 23, 2023

Hi, I have added Langchain and Pinecone Vector Storage to drag and drop documents, then convert to embeddings, and finally chat with said documents.

dragdrop.mov
chat

I decided to add it to the /files route - I didn't want to make a mess by touching the existing code, which I'm not so familiar with.

An improvement that could be made is using Chroma (memory storage) instead of needing to create a free Pinecone account.

I personally found LangchainJS rather limiting for some advanced use cases so I will switch to using the Python version instead. However, even the JS version does have some built-in conversational history structures and many other features and tools.

This was a great task for me to try to learn with as I dip my toes into some open source AI projects. #101

Thank you very much for all the great work you have done thus far

@vercel
Copy link

vercel bot commented May 23, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
big-agi ❌ Failed (Inspect) May 23, 2023 7:32am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant