Update chromadb_semantic_search_for_dataset.py
Browse files
chromadb_semantic_search_for_dataset.py
CHANGED
|
@@ -3,7 +3,7 @@ import chromadb
|
|
| 3 |
from chromadb.utils import embedding_functions
|
| 4 |
|
| 5 |
# --- Connect to SQLite database ---
|
| 6 |
-
db_path = "
|
| 7 |
try:
|
| 8 |
with sqlite3.connect(db_path) as conn:
|
| 9 |
cursor = conn.cursor()
|
|
|
|
| 3 |
from chromadb.utils import embedding_functions
|
| 4 |
|
| 5 |
# --- Connect to SQLite database ---
|
| 6 |
+
db_path = "2015_to_2080_Cleaned_Better.db" # Path to your SQLite DB
|
| 7 |
try:
|
| 8 |
with sqlite3.connect(db_path) as conn:
|
| 9 |
cursor = conn.cursor()
|