-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add hybrid search with splade and bge-m3;
- Loading branch information
1 parent
1954fc8
commit be08fb7
Showing
18 changed files
with
1,916 additions
and
1,497 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
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 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 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "tilellm" | ||
version = "0.2.20" | ||
version = "0.3.0" | ||
description = "tiledesk for RAG" | ||
authors = ["Gianluca Lorenzo <[email protected]>"] | ||
repository = "https://github.com/Tiledesk/tiledesk-llm" | ||
|
@@ -18,20 +18,23 @@ jsonschema= "4.23.0" | |
redis= "^5.0.7" | ||
aioredis= "2.0.1" | ||
#redismutex = "^1.0.0" | ||
langchain = "0.3.0" #"0.2.16" | ||
langchain = "0.3.1"#"0.3.0" #"0.2.16" | ||
jq = "1.8.0" #"1.7.0" | ||
openai = "1.45.1" #"1.37.1" | ||
langchain-openai = "0.2.0" #"0.1.19" | ||
openai = "1.48.0" #"1.45.1" #"1.37.1" | ||
langchain-openai ="0.2.1" #"0.2.0" #"0.1.19" | ||
langchain-voyageai = "0.1.2" #"0.1.1" | ||
langchain-anthropic = "0.2.0" #"0.1.21" | ||
langchain-anthropic = "0.2.1" #"0.2.0" #"0.1.21" | ||
langchain-cohere= "0.3.0" #"0.1.9" | ||
langchain-google-genai= "2.0.0" #"1.0.8" | ||
langchain-groq = "0.2.0" #"0.1.8" | ||
langchain-aws= "0.2.0" #"0.1.12" | ||
langchain-aws= "0.2.1" #"0.1.12" | ||
pinecone-client = "5.0.1" #"5.0.0" | ||
python-dotenv = "1.0.1" | ||
langchain-community = "0.3.0" #"0.2.10" | ||
langchain-experimental = "0.3.0" #no previous | ||
langchain-community = "0.3.1" #"0.2.10" | ||
langchain-experimental = "0.3.1" #no previous | ||
langchain-pinecone = "0.2.0" | ||
langchain-huggingface="0.1.0" | ||
peft = "0.13.0" | ||
|
||
tiktoken = "0.7.0" | ||
beautifulsoup4 = "4.12.3" | ||
|
@@ -45,8 +48,18 @@ html2text= "2024.2.26" | |
psutil= "6.0.0" | ||
httpx= "0.27.2" #"0.27.0" | ||
gql= "3.5.0" | ||
PyJWT= "2.9.0" | ||
#pinecone-text= "0.9.0" | ||
torch="2.4.1" | ||
FlagEmbedding="1.2.11" | ||
|
||
|
||
|
||
|
||
[tool.poetry.dependencies.pinecone-text] | ||
version = "0.9.0" | ||
extras = ["splade"] | ||
|
||
[tool.poetry.dependencies.uvicorn] | ||
version = "0.30.6" #"0.30.3" | ||
extras = ["standard"] | ||
|
Oops, something went wrong.