pilayar commited on
Commit
316ac19
·
verified ·
1 Parent(s): ed41664

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,6 +11,7 @@ from langchain_core.documents import Document
11
  from langchain_community.vectorstores import Chroma
12
  from langchain_google_genai import GoogleGenerativeAIEmbeddings
13
 
 
14
  # --- 1. RAG CONFIGURATION & INGESTION ---
15
  @st.cache_resource
16
  def get_vector_db(file_path):
 
11
  from langchain_community.vectorstores import Chroma
12
  from langchain_google_genai import GoogleGenerativeAIEmbeddings
13
 
14
+
15
  # --- 1. RAG CONFIGURATION & INGESTION ---
16
  @st.cache_resource
17
  def get_vector_db(file_path):