Delphic
Starter App to Build Your Own App to Query Doc Collections with Large Language Models (LLMs) using LlamaIndex, Langchain, OpenAI and more (MIT Licensed)
파일 탐색기
최종 버전 다운로드 (.zip)- .django
- .postgres
- ci.yml
- dependabot.yml
- start
- start
- start
- Dockerfile
- start
- download
- upload
- Dockerfile
- start
- start
- start
- Dockerfile
- entrypoint
- start
- default.conf
- Dockerfile
- constants.sh
- countdown.sh
- messages.sh
- yes_no.sh
- backup
- backups
- restore
- Dockerfile
- Dockerfile
- traefik.yml
- __init__.py
- api_key.py
- __init__.py
- middleware.py
- queries.py
- __init__.py
- endpoints.py
- ninja_types.py
- __init__.py
- base.py
- local.py
- production.py
- test.py
- __init__.py
- asgi.py
- celery_app.py
- urls.py
- wsgi.py
- 0001_initial.py
- 0002_alter_domain_unique.py
- 0003_set_site_domain_and_name.py
- 0004_alter_options_ordering_domain.py
- __init__.py
- __init__.py
- __init__.py
- 0001_initial.py
- 0002_remove_document_uploaded_by.py
- 0003_remove_collection_author_collection_api_key.py
- 0004_collection_processing.py
- __init__.py
- __init__.py
- admin.py
- apps.py
- models.py
- signals.py
- tests.py
- project.css
- .gitkeep
- favicon.ico
- project.js
- __init__.py
- index_tasks.py
- home.html
- 403.html
- 404.html
- 500.html
- base.html
- 0001_initial.py
- __init__.py
- __init__.py
- admin.py
- apps.py
- forms.py
- models.py
- __init__.py
- collections.py
- paths.py
- storages.py
- __init__.py
- Delphic.png
- Delphic_Header.png
- .django
- .frontend
- .postgres
- .django
- .frontend
- .postgres
- default.conf
- gzip.conf
- favicon.ico
- index.html
- logo192.png
- logo512.png
- manifest.json
- robots.txt
- collections.test.ts
- collections.ts
- os_legal_128.png
- ChatCaption.tsx
- ChatMessage.tsx
- ChatMessageLoading.module.css
- ChatMessageLoading.tsx
- ChatView.tsx
- CollectionCard.tsx
- CollectionCreateModal.tsx
- CollectionInfoPopover.tsx
- DrawerLayout.tsx
- ErrorMessageBox.tsx
- InfoMessageBox.tsx
- LoadingMessageBox.tsx
- App.css
- App.test.tsx
- App.tsx
- index.css
- index.tsx
- LoginForm.tsx
- logo.svg
- react-app-env.d.ts
- reportWebVitals.ts
- setupTests.ts
- types.ts
- .dockerignore
- .env
- .nvmrc
- Dockerfile
- env.sh
- package.json
- README.md
- tsconfig.json
- yarn.lock
- README.rst
- base.txt
- local.txt
- production.txt
- model_58.json
- __init__.py
- test_merge_production_dotenvs_in_dotenv.py
- test_ninja_endpoints.py
- test_websocket_jwt_auth.py
- .dockerignore
- .editorconfig
- .gitattributes
- .gitignore
- .pre-commit-config.yaml
- .pylintrc
- CONTRIBUTORS.txt
- LICENSE
- local.yml
- manage.py
- merge_production_dotenvs_in_dotenv.py
- production.yml
- pytest.ini
- README.md
- setup.cfg
- test.yml
- test_file.txt
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/JSv4/Delphic
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd Delphic
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Docker
쉬움 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
sudo docker-compose --profile fullstack -f local.yml build
compose 설정 파일에 정의된 서비스들을 대상으로 명령을 실행합니다.
sudo docker-compose --profile fullstack -f local.yml up
compose 설정 파일에 정의된 서비스들을 대상으로 명령을 실행합니다.
sudo docker-compose -f local.yml run django python manage.py createsuperuser
compose 설정 파일에 정의된 서비스들을 대상으로 명령을 실행합니다.
sudo docker-compose -f local.yml run django python manage.py test
compose 설정 파일에 정의된 서비스들을 대상으로 명령을 실행합니다.
sudo docker-compose -f local.yml up
compose 설정 파일에 정의된 서비스들을 대상으로 명령을 실행합니다.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Node.js
쉬움사전 준비물
npm install yarn
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
yarn install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
