최대 1 분 소요

prerquirements

overview

Retrieval-Augmented Generation (RAG) is an advanced technique
that combines the strengths of information retrieval and text generation to create more accurate and contextually relevant responses.
Here’s a breakdown of how RAG works and why it’s beneficial:

how does work?

prerequirements

  • python3
  • venv
    1. create a virtual environment with a name
    2. activating
  • cromadb install cromadb via pip install unstructured langchain langchain-text-splitters

benefits

References

https://dev.to/nassermaronie/build-your-own-rag-app-a-step-by-step-guide-to-setup-llm-locally-using-ollama-python-and-chromadb-b12

업데이트: