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
It would be really cool to add indexing strategies for this data later on. Right now we have storage_strategies, which is fine, but I'm thinking of something like vector_strategies with pineconedb, pg_vector, and similar approaches—so that PDF documents are stored directly in a vector database. How awesome would that be? Then you could immediately set up a RAG (Retrieval-Augmented Generation) workflow!
The text was updated successfully, but these errors were encountered:
pkarw
changed the title
[feat] response_format - to differentiate the response
[feat] vector_strategies for vector db indexing
Jan 19, 2025
It would be really cool to add indexing strategies for this data later on. Right now we have
storage_strategies
, which is fine, but I'm thinking of something likevector_strategies
withpineconedb
,pg_vector
, and similar approaches—so that PDF documents are stored directly in a vector database. How awesome would that be? Then you could immediately set up a RAG (Retrieval-Augmented Generation) workflow!The text was updated successfully, but these errors were encountered: