rbbist commited on
Commit
757e607
·
verified ·
1 Parent(s): c45ee1a

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 = "2080_data_for_test.db" # Path to your SQLite DB
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 = "2080_data.db" # Path to your SQLite DB
7
  try:
8
  with sqlite3.connect(db_path) as conn:
9
  cursor = conn.cursor()