Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -150,6 +150,9 @@ def get_faiss_semantic_index():
|
|
150 |
st.error(f"Error loading embeddings: {e}")
|
151 |
return None
|
152 |
|
|
|
|
|
|
|
153 |
# def promt_engineer(text):
|
154 |
PROMPT_TEMPLATE = """
|
155 |
Instructions:
|
|
|
150 |
st.error(f"Error loading embeddings: {e}")
|
151 |
return None
|
152 |
|
153 |
+
faiss_index = get_faiss_semantic_index()
|
154 |
+
print(faiss_index)
|
155 |
+
|
156 |
# def promt_engineer(text):
|
157 |
PROMPT_TEMPLATE = """
|
158 |
Instructions:
|