force 0.3+ langchain wheels
Browse files- rag.py +1 -1
- requirements.txt +4 -5
rag.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
# rag.py (
|
| 2 |
from __future__ import annotations
|
| 3 |
import os, uuid, tempfile, requests, shutil, re
|
| 4 |
from pathlib import Path
|
|
|
|
| 1 |
+
# rag.py (v7 – imports that exist in 0.3+ wheels)
|
| 2 |
from __future__ import annotations
|
| 3 |
import os, uuid, tempfile, requests, shutil, re
|
| 4 |
from pathlib import Path
|
requirements.txt
CHANGED
|
@@ -1,11 +1,10 @@
|
|
| 1 |
flask
|
| 2 |
-
langchain
|
| 3 |
-
langchain-
|
| 4 |
-
langchain-
|
| 5 |
-
langchain-huggingface
|
| 6 |
sentence-transformers
|
| 7 |
faiss-cpu
|
| 8 |
datasets
|
| 9 |
-
supabase
|
| 10 |
python-dotenv
|
| 11 |
gunicorn
|
|
|
|
| 1 |
flask
|
| 2 |
+
langchain>=0.3.0
|
| 3 |
+
langchain-community>=0.3.0
|
| 4 |
+
langchain-huggingface>=0.3.0
|
|
|
|
| 5 |
sentence-transformers
|
| 6 |
faiss-cpu
|
| 7 |
datasets
|
| 8 |
+
supabase>=2.6
|
| 9 |
python-dotenv
|
| 10 |
gunicorn
|