Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,6 @@ collection_name = "BioModelsRAG"
|
|
16 |
global db
|
17 |
db = client.get_or_create_collection(name=collection_name)
|
18 |
|
19 |
-
|
20 |
class BioModelFetcher:
|
21 |
def __init__(self, github_owner="TheBobBob", github_repo_cache="BiomodelsCache", biomodels_json_db_path="src/cached_biomodels.json"):
|
22 |
self.github_owner = github_owner
|
|
|
16 |
global db
|
17 |
db = client.get_or_create_collection(name=collection_name)
|
18 |
|
|
|
19 |
class BioModelFetcher:
|
20 |
def __init__(self, github_owner="TheBobBob", github_repo_cache="BiomodelsCache", biomodels_json_db_path="src/cached_biomodels.json"):
|
21 |
self.github_owner = github_owner
|