example-rag-app
Open-Source RAG app with LLM Observability (Langfuse), support for 100+ providers (LiteLLM), Dockerized, Full Type-checking, 100% Test coverage, and more...
파일 탐색기
최종 버전 다운로드 (.zip)- create_collection.py
- vite.svg
- react.svg
- artifact.tsx
- canvas.tsx
- chain-of-thought.tsx
- checkpoint.tsx
- code-block.tsx
- confirmation.tsx
- connection.tsx
- context.tsx
- controls.tsx
- conversation.tsx
- edge.tsx
- image.tsx
- inline-citation.tsx
- loader.tsx
- message.tsx
- model-selector.tsx
- node.tsx
- open-in-chat.tsx
- panel.tsx
- plan.tsx
- prompt-input.tsx
- queue.tsx
- reasoning.tsx
- shimmer.tsx
- sources.tsx
- suggestion.tsx
- task.tsx
- tool.tsx
- toolbar.tsx
- web-preview.tsx
- alert.tsx
- badge.tsx
- button-group.tsx
- button.tsx
- card.tsx
- carousel.tsx
- collapsible.tsx
- command.tsx
- dialog.tsx
- dropdown-menu.tsx
- hover-card.tsx
- input-group.tsx
- input.tsx
- progress.tsx
- scroll-area.tsx
- select.tsx
- separator.tsx
- textarea.tsx
- tooltip.tsx
- ChatBot.tsx
- App.tsx
- index.css
- main.tsx
- .gitignore
- components.json
- eslint.config.js
- index.html
- package-lock.json
- package.json
- README.md
- tsconfig.app.json
- tsconfig.json
- tsconfig.node.json
- vite.config.ts
- __init__.py
- system_prompt.txt
- tools.json
- __init__.py
- openai_chat.py
- __init__.py
- openai_embed.py
- __init__.py
- qdrant_search.py
- __init__.py
- __init__.py
- tui.py
- __init__.py
- models.py
- __init__.py
- __init__.py
- agent.py
- chat.py
- embed.py
- messages.py
- search.py
- __init__.py
- config.py
- conftest.py
- test_api.py
- test_cli.py
- test_agent.py
- test_openai_chat.py
- test_openai_embed.py
- test_qdrant.py
- conftest.py
- test_agent_methods.py
- test_openai_chat_methods.py
- test_config.py
- test_openai_embed_methods.py
- test_qdrant_methods.py
- conftest.py
- .env.example
- .gitignore
- .python-version
- compose.yml
- demo.gif
- dependency-graph.svg
- Dockerfile
- Justfile
- LICENSE
- litellm-config.yml
- pyproject.toml
- README.md
- uv.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/ajac-zero/example-rag-app
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd example-rag-app
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Docker
쉬움 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
docker compose up -d --build
정의된 모든 컨테이너(서버, DB 등)를 한 번에 빌드하고 백그라운드에서 실행합니다.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
3. Node.js
쉬움사전 준비물
cd rag-ui
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
// repository documentation
Was this content helpful?
(0 ratings)
