mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-15 09:32:22 +03:00
481f24f5be
# Description - Introduce `LLMEndpoint` class: wrapper around a `BaseChatLLM` to load OpenAI compatible models - Add `brain.search(...)` function to retrieve - Test with test-coverage: - Added ability to load brain `from langchain.Document` - Configured mypy and poetry lock in `.pre-commit.yaml` # Test coverage ![image](https://github.com/QuivrHQ/quivr/assets/14312141/629ede66-146e-400f-b40b-8c22a9258a47) --------- Co-authored-by: aminediro <aminedirhoussi@gmail.com> |
||
---|---|---|
.. | ||
llm | ||
processor | ||
storage | ||
__init__.py | ||
brain.py | ||
config.py | ||
models.py | ||
prompts.py | ||
quivr_rag.py | ||
utils.py |