Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -101,7 +101,7 @@ AI: "pH is crucial because it affects nutrient availability. If the pH is too hi
|
|
| 101 |
|
| 102 |
|
| 103 |
embedding_model = NomicEmbeddings(model="nomic-embed-text-v1.5", inference_mode="local")
|
| 104 |
-
db = "
|
| 105 |
from langchain.vectorstores import Chroma
|
| 106 |
|
| 107 |
vector_store = Chroma(
|
|
|
|
| 101 |
|
| 102 |
|
| 103 |
embedding_model = NomicEmbeddings(model="nomic-embed-text-v1.5", inference_mode="local")
|
| 104 |
+
db = "tomato1"
|
| 105 |
from langchain.vectorstores import Chroma
|
| 106 |
|
| 107 |
vector_store = Chroma(
|