You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! So I am creating a webapp where users can upload documents like textbook snippets, and can obtain study materials generated by AI. I am using Google's Gemini model to parse through uploaded documents and generate text.
However, I wanted to ask online whether Langchain would be useful in my project? I aim to generate multiple materials and parse them on the website, so the output parsers and chains seem useful to split up data.
In addition, I was wondering whether a vector database would be useful with fileuploads. As in, would storing the uploaded files in a vector database, then generating responses, be faster than uploading the file to the model itself and directly asking to summarize?
Please let me know, I am very curious regarding the tool, Thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey! So I am creating a webapp where users can upload documents like textbook snippets, and can obtain study materials generated by AI. I am using Google's Gemini model to parse through uploaded documents and generate text.
However, I wanted to ask online whether Langchain would be useful in my project? I aim to generate multiple materials and parse them on the website, so the output parsers and chains seem useful to split up data.
In addition, I was wondering whether a vector database would be useful with fileuploads. As in, would storing the uploaded files in a vector database, then generating responses, be faster than uploading the file to the model itself and directly asking to summarize?
Please let me know, I am very curious regarding the tool, Thanks!
Beta Was this translation helpful? Give feedback.
All reactions