QuivrHQ / quivr

Open-source RAG Framework for building GenAI Second Brains 🧠 Build productivity assistant (RAG) ⚡️🤖 Chat with your docs (PDF, CSV, ...) & apps using Langchain, GPT 3.5 / 4 turbo, Private, Anthropic, VertexAI, Ollama, LLMs, Groq that you can share with users ! Efficient retrieval augmented generation framework
https://quivr.com
Other
36.32k stars 3.54k forks source link

fix: sync folders + notion sync #3021

Closed AmineDiro closed 1 month ago

AmineDiro commented 1 month ago

Description

vercel[bot] commented 1 month ago

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

Name Status Preview Comments Updated (UTC)
quivrapp ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 21, 2024 1:54pm
StanGirard commented 1 month ago

Issues: Chunks are empty

When updating a connection, it creates a notification but doesn't delete it

image

To reproduce -> update an existing connection

Adding a dropbox connexion fails, but then I can use it. To reproduce -> Add a new dropbox connection

In notion, the user_id is not a foreign key to the user

In notion, when selecting a file and adding it it generates an error with punkt tab in the worker

AmineDiro commented 1 month ago

Issues: Chunks are empty Nltk dependency unstructured :(

When updating a connection, it creates a notification but doesn't delete it Nice catch ! Adding a dropbox connexion fails, but then I can use it. To reproduce -> Add a new dropbox connection

In notion, the user_id is not a foreign key to the user I think this is the user_id in Notion not related to quivr. I think this is why we store it as string @chloedia ? 🤔

In notion, when selecting a file and adding it it generates an error with punkt tab in the worker working on this

chloedia commented 1 month ago

In notion, the user_id is not a foreign key to the user I think this is the user_id in Notion not related to quivr. I think this is why we store it as string @chloedia ? 🤔 -> No it is the user_id from Quivr, I just had a lot of issues, but it can now be changed safely as a foreign key yo user !