Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,6 @@ def split_biomodels(antimony_file_path):
|
|
133 |
return final_items
|
134 |
|
135 |
import chromadb
|
136 |
-
from chromadb.exceptions import UniqueConstraintError
|
137 |
from llama_cpp import Llama
|
138 |
|
139 |
def create_vector_db(final_items):
|
|
|
133 |
return final_items
|
134 |
|
135 |
import chromadb
|
|
|
136 |
from llama_cpp import Llama
|
137 |
|
138 |
def create_vector_db(final_items):
|