gpt-researcher icon indicating copy to clipboard operation
gpt-researcher copied to clipboard

Add Document To Vector Store

Open khoangothe opened this issue 5 months ago • 7 comments

Documents, crawled urls, and website will be chunked and loaded to the inputted vector store if vector_store is not None. Although adding the data in Document would be more efficient, but I think this solution makes the code decoupled and easier to maintain.

By default this changes won't add any features, but new applications can be implemented based on the vectorstore (like chatting with the sources)

khoangothe avatar Sep 12 '24 21:09 khoangothe