-
Notifications
You must be signed in to change notification settings - Fork 653
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] Version 4 with better open source model support and no langchain (
#223) * First draft without langchain * Improved unit tests to be closer * Fixed remaining tests * Added new dependencies * Refactored LLMs to allow swapping * Added unit tests for custom embeds/llms * Fixed langchain compatibility and updated README * Refactored vector stores to maybe support langchain * Addressed Matt's comments * Finished langchain vector store * Unit test prompt adjustments * Added warning to README * Fixed some typos in README * Fixed problem for very short texts * Made it easier to access LLM names * Fixed text embedding errors
- Loading branch information
Showing
14 changed files
with
1,750 additions
and
987 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,6 @@ python-dotenv | |
pymupdf | ||
build | ||
types-requests | ||
numpy | ||
langchain_openai | ||
langchain_community | ||
faiss-cpu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.