jonathanjordan21 commited on
Commit
5446b8f
·
verified ·
1 Parent(s): c620f7a

Update custom_llm.py

Browse files
Files changed (1) hide show
  1. 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():