srilakshu012456 commited on
Commit
256fb66
·
verified ·
1 Parent(s): f4fe3d5

Update services/kb_creation.py

Browse files
Files changed (1) hide show
  1. services/kb_creation.py +1 -1
services/kb_creation.py CHANGED
@@ -5,7 +5,7 @@ from typing import List, Dict, Any, Tuple, Optional
5
  from docx import Document
6
  from sentence_transformers import SentenceTransformer
7
  import chromadb
8
- #new
9
  # --------------------------- ChromaDB setup ---------------------------
10
  CHROMA_PATH = os.path.join(os.getcwd(), "chroma_db")
11
  client = chromadb.PersistentClient(path=CHROMA_PATH)
 
5
  from docx import Document
6
  from sentence_transformers import SentenceTransformer
7
  import chromadb
8
+
9
  # --------------------------- ChromaDB setup ---------------------------
10
  CHROMA_PATH = os.path.join(os.getcwd(), "chroma_db")
11
  client = chromadb.PersistentClient(path=CHROMA_PATH)