Compare commits
13 commits
0b04971898
...
38e725907c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
38e725907c | ||
| 9f47fe23ec | |||
| 897c6c7367 | |||
| 6daebe943b | |||
| 54dac5bf41 | |||
| a4a1b9265b | |||
| 315d84b8f7 | |||
|
|
a802946e0f | ||
|
|
2d364da1f2 | ||
|
|
a83b4df64b | ||
|
|
d6d01a0f33 | ||
|
|
cf2fbe50a9 | ||
|
|
07ea6060f5 |
1 changed files with 7 additions and 7 deletions
|
|
@ -8,7 +8,7 @@ attrs==25.4.0
|
||||||
certifi==2025.11.12
|
certifi==2025.11.12
|
||||||
click==8.3.3
|
click==8.3.3
|
||||||
distro==1.9.0
|
distro==1.9.0
|
||||||
exceptiongroup==1.3.0
|
exceptiongroup==1.3.1
|
||||||
fastapi==0.136.1
|
fastapi==0.136.1
|
||||||
fastapi-sse==1.1.1
|
fastapi-sse==1.1.1
|
||||||
frozenlist==1.8.0
|
frozenlist==1.8.0
|
||||||
|
|
@ -19,26 +19,26 @@ idna==3.13
|
||||||
jiter==0.14.0
|
jiter==0.14.0
|
||||||
multidict==6.7.1
|
multidict==6.7.1
|
||||||
ollama==0.6.2
|
ollama==0.6.2
|
||||||
openai==1.102.0
|
openai==1.109.1
|
||||||
orjson>=3.11.5
|
orjson>=3.11.5
|
||||||
numpy>=1.26
|
numpy>=1.26
|
||||||
pillow==12.2.0
|
pillow==12.2.0
|
||||||
propcache==0.3.2
|
propcache==0.4.1
|
||||||
pydantic==2.11.7
|
pydantic==2.11.7
|
||||||
pydantic-settings==2.10.1
|
pydantic-settings==2.10.1
|
||||||
pydantic_core==2.33.2
|
pydantic_core==2.46.4
|
||||||
python-dotenv==1.2.2
|
python-dotenv==1.2.2
|
||||||
PyYAML==6.0.3
|
PyYAML==6.0.3
|
||||||
sniffio==1.3.1
|
sniffio==1.3.1
|
||||||
starlette==0.49.1
|
starlette==0.52.1
|
||||||
truststore==0.10.4
|
truststore==0.10.4
|
||||||
tiktoken==0.12.0
|
tiktoken==0.12.0
|
||||||
tqdm==4.67.3
|
tqdm==4.67.3
|
||||||
typing-inspection==0.4.2
|
typing-inspection==0.4.2
|
||||||
typing_extensions==4.14.1
|
typing_extensions==4.14.1
|
||||||
uvicorn==0.38.0
|
uvicorn==0.46.0
|
||||||
uvloop
|
uvloop
|
||||||
yarl==1.20.1
|
yarl==1.23.0
|
||||||
aiosqlite
|
aiosqlite
|
||||||
# Semantic LLM cache — base install (exact-match mode, no heavy ML deps)
|
# Semantic LLM cache — base install (exact-match mode, no heavy ML deps)
|
||||||
# For semantic mode use the :semantic Docker image tag (adds sentence-transformers + torch)
|
# For semantic mode use the :semantic Docker image tag (adds sentence-transformers + torch)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue