kotaemon/knowledgehub/embeddings
ian_Cin 8e0779a22d Enforce all IO objects to be subclassed from Document (#88)
* enforce Document as IO

* Separate rerankers, splitters and extractors (#85)

* partially refractor importing

* add text to embedding outputs

---------

Co-authored-by: Nguyen Trung Duc (john) <trungduc1992@gmail.com>
2023-11-27 16:35:09 +07:00
..
__init__.py [AUR-392, AUR-413, AUR-414] Define base vector store, and make use of ChromaVectorStore from llama_index. Indexing and retrieving vectors with vector store (#18) 2023-09-14 14:18:20 +07:00
base.py Enforce all IO objects to be subclassed from Document (#88) 2023-11-27 16:35:09 +07:00
cohere.py Add Huggingface embeddings and Cohere embeddings (#63) 2023-11-10 09:38:30 +07:00
huggingface.py Add Huggingface embeddings and Cohere embeddings (#63) 2023-11-10 09:38:30 +07:00
openai.py Use new Langchain's dedicated Azure OpenAI embedding class (#76) 2023-11-15 14:46:32 +07:00