/LangChain_semantic_search_over_docs

This program has a document connection chain built out, with a document that is loaded, transformed (broken into chunks), text embedded, stored in a vectorstore, and retrieved with a document retriever. It lets the user perform semantic search over the document to pull back similar document objects from each search.

Primary LanguagePython

Watchers