Full RAG Application Code for local Llama-3
SOFTWARE
-
Build RAG App with Streamlit Text Input and Answer Display
By
–
8. Ask question about the website and get the answer
• Create a text input for the user to enter their question using 'st.text_input()'
• If a question is asked, get the answer from the RAG app and display it using 'st.write()' -

Implementing Ollama Llama-3 Model Locally with Context
By
–
6. Define a function to call the Ollama Llama-3 model locally with context.
-

Create Ollama Embeddings and Vector Store with Chroma
By
–
5. Create Ollama embeddings and a vector store using Chroma.
-
Building a Streamlit App with URL Input and Python UI
By
–
3. Set up the Streamlit App Streamlit lets you create user interface with just python code, for this app we will:
• Add a title to the app using 'st.title()'
• Get the webpage URL from the user. -

Building RAG Web Apps with Streamlit LangChain Ollama
By
–
2. Import necessary libraries • Streamlit for building the web app
• LangChain for the RAG functionality
• Ollama for running local LLM like Llama-3 -
Build Local RAG App with Llama-3 Offline
By
–
Build a RAG app with Llama-3 running locally on your computer
(100% free and without internet): -
Excel Needs Version Control and Automated Testing
By
–
(That said, if Excel had proper version control and widely spread robust patterns for automated testing the world would run a whole lot smoothly)
-
Spreadsheets as Legitimate Sophisticated Software Development
By
–
Completely disagree with you there. I've seen plenty of examples of spreadsheets that absolutely count as sophisticated software development
-

Web Components as DSL for Block Diagram Development
By
–
Neat demonstration of the kinds of things you can do with Web Components – effectively using them as a mechanism for building a DSL for block diagrams
