Spaces:
Running
Running
Update app.py
Browse files
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):
|