Prajith04 commited on
Commit
c3eb3e6
·
verified ·
1 Parent(s): e169b07

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -23,7 +23,7 @@ gliner_model = GLiNER.from_pretrained("urchade/gliner_medium-v2.1",cache_dir=cac
23
  groq_client = Groq(api_key=GROQ_API_KEY)
24
 
25
  init_qdrant_collection()
26
-
27
  def extract_entities(text):
28
  # Tokenize the input text first
29
  labels = ["PRODUCT", "ISSUE", "PROBLEM", "SERVICE"]
 
23
  groq_client = Groq(api_key=GROQ_API_KEY)
24
 
25
  init_qdrant_collection()
26
+ populate_vectordb_from_hf()
27
  def extract_entities(text):
28
  # Tokenize the input text first
29
  labels = ["PRODUCT", "ISSUE", "PROBLEM", "SERVICE"]