
Doks
RAG Creation Tool
43 followers
An AI-powered RAG creation tool that enables you to build contexts, upload documents, and engage in intelligent, document-aware conversations.
43 followers
An AI-powered RAG creation tool that enables you to build contexts, upload documents, and engage in intelligent, document-aware conversations.
@jithinlalk25 How does Doks handle updating or syncing documents after they’re modified?
@masump We are storing document id in the metadata of the indexes in Pinecone. So when you remove a document we just delete indexes with the metadata with the deleted document's id. And we you add a document we just add new indexes.
The tool is powerful but incorporating version control for document updates could really help future proof it for heavy users who frequently change their data sources.
@max_lincoln Good catch, thanks for pointing it out! It's on our list to implement soon.
Is there a limit on the number or size of documents that users can upload when creating their RAG contexts?
@manday_m_kramer Currently, for each context, users can upload up to 5 files (PDF or TXT), with each file up to 500MB.