Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ def split_biomodels(antimony_file_path):
|
|
135 |
import chromadb
|
136 |
|
137 |
@st.cache_resource
|
138 |
-
def create_vector_db(
|
139 |
global db
|
140 |
client = chromadb.Client()
|
141 |
collection_name = "BioModelsRAG"
|
|
|
135 |
import chromadb
|
136 |
|
137 |
@st.cache_resource
|
138 |
+
def create_vector_db(_final_items):
|
139 |
global db
|
140 |
client = chromadb.Client()
|
141 |
collection_name = "BioModelsRAG"
|