Update custom_llm.py
Browse files- custom_llm.py +1 -1
custom_llm.py
CHANGED
|
@@ -25,7 +25,7 @@ from langchain.vectorstores import FAISS
|
|
| 25 |
import pickle, asyncio
|
| 26 |
|
| 27 |
# os.environ['FAISS_NO_AVX2'] = '1'
|
| 28 |
-
|
| 29 |
|
| 30 |
|
| 31 |
async def create_vectorstore():
|
|
|
|
| 25 |
import pickle, asyncio
|
| 26 |
|
| 27 |
# os.environ['FAISS_NO_AVX2'] = '1'
|
| 28 |
+
import pandas as pd
|
| 29 |
|
| 30 |
|
| 31 |
async def create_vectorstore():
|