Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with Vector store #53

Open
PramodhiniKS opened this issue Feb 27, 2024 · 0 comments
Open

Problem with Vector store #53

PramodhiniKS opened this issue Feb 27, 2024 · 0 comments

Comments

@PramodhiniKS
Copy link

File "C:\Users\ask-multiple-pdfs-main\env\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 565, in _run_script
exec(code, module.dict)
File "C:\Users\ask-multiple-pdfs-main\ask-multiple-pdfs-main\app.py", line 105, in
main()
File "C:\Users\ask-multiple-pdfs-main\ask-multiple-pdfs-main\app.py", line 97, in main
vectorstore = get_vectorstore(text_chunks)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ask-multiple-pdfs-main\ask-multiple-pdfs-main\app.py", line 35, in get_vectorstore
embeddings = HuggingFaceInstructEmbeddings(model_name="hkunlp/instructor-xl")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ask-multiple-pdfs-main\env\Lib\site-packages\langchain\embeddings\huggingface.py", line 127, in init
self.client = INSTRUCTOR(
^^^^^^^^^^^
File "C:\Users\ask-multiple-pdfs-main\env\Lib\site-packages\sentence_transformers\SentenceTransformer.py", line 190, in init
modules = self._load_sbert_model(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant