Coder Social home page Coder Social logo

youttube-tutorial's Issues

Trouble running code...

Hello, I am having some trouble running the code as is... I have plugged in my GROQ API key and that is loading.

When I run the code using

streamlit run langchain_groq_rag.py

(which took me a while to figure this out, you might want to update your readme :)

I get this error... I have even tried installing Ollama on my Mac... any other tips?

File "/Users/patiman/miniconda3/envs/catholic-chat-app/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 535, in _run_script
    exec(code, module.__dict__)
File "/Users/patiman/git/catholic/catholic-chat-app/YoutTube-Tutorial/langchain_groq_rag.py", line 28, in <module>
    st.session_state.vector = FAISS.from_documents(st.session_state.documents, st.session_state.embeddings)
File "/Users/patiman/miniconda3/envs/catholic-chat-app/lib/python3.10/site-packages/langchain_core/vectorstores.py", line 528, in from_documents
    return cls.from_texts(texts, embedding, metadatas=metadatas, **kwargs)
File "/Users/patiman/miniconda3/envs/catholic-chat-app/lib/python3.10/site-packages/langchain_community/vectorstores/faiss.py", line 965, in from_texts
    embeddings = embedding.embed_documents(texts)
File "/Users/patiman/miniconda3/envs/catholic-chat-app/lib/python3.10/site-packages/langchain_community/embeddings/ollama.py", line 204, in embed_documents
    embeddings = self._embed(instruction_pairs)
File "/Users/patiman/miniconda3/envs/catholic-chat-app/lib/python3.10/site-packages/langchain_community/embeddings/ollama.py", line 192, in _embed
    return [self._process_emb_response(prompt) for prompt in iter_]
File "/Users/patiman/miniconda3/envs/catholic-chat-app/lib/python3.10/site-packages/langchain_community/embeddings/ollama.py", line 192, in <listcomp>
    return [self._process_emb_response(prompt) for prompt in iter_]
File "/Users/patiman/miniconda3/envs/catholic-chat-app/lib/python3.10/site-packages/langchain_community/embeddings/ollama.py", line 163, in _process_emb_response
    raise ValueError(f"Error raised by inference endpoint: {e}")

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.