BrainChulo
Harnessing the Memory Power of the Camelids
File Explorer
Download Latest Version (.zip)- FUNDING.yml
- settings.json
- __init__.py
- base.py
- chain_of_thoughts.py
- flow_based.py
- flow_cot.py
- document_based.py
- document_based_flow.py
- __init__.py
- flow.py
- README
- tools.py
- base.py
- chroma_memory.py
- 51a9f1ab4b8b_add_sample_plugin_demo_model.py
- 804b20c9599c_initial.py
- env.py
- README
- script.py.mako
- all.py
- __init__.py
- database.py
- routes.py
- __init__.py
- qa_agent.py
- __init__.py
- flow_guidance_cot.py
- guidance_check_question.py
- guidance_choice.py
- base.py
- conversation_memory.py
- document_memory.py
- utils.py
- web_access.py
- .dockerignore
- __init__.py
- alembic.ini
- Dockerfile
- main.py
- requirements.txt
- requirements_local.txt
- settings.py
- setup.sh
- vue.spec.js
- android-chrome-192x192.png
- android-chrome-512x512.png
- apple-touch-icon.png
- browserconfig.xml
- favicon-16x16.png
- favicon-32x32.png
- favicon.ico
- mstile-150x150.png
- safari-pinned-tab.svg
- site.webmanifest
- AI_icon.png
- base.css
- flows.css
- loading.gif
- logo.png
- main.css
- send-message.svg
- user_icon.png
- HelloWorld.spec.js
- AvatarImg.vue
- ChatBubble.vue
- ChatWindow.vue
- EditProfileModal.vue
- NavBar.vue
- NavbarDropdown.vue
- SideBar.vue
- index.js
- index.js
- eventBus.js
- internal.js
- profile.js
- AboutView.vue
- FlowsView.vue
- HomeView.vue
- App.vue
- main.js
- .dockerignore
- .eslintrc.cjs
- .gitignore
- .prettierrc
- Dockerfile
- entrypoint.sh
- index.html
- jsconfig.json
- package-lock.json
- package.json
- playwright.config.js
- postcss.config.js
- README.md
- tailwind.config.js
- vite.config.js
- vitest.config.js
- .git-keep
- .env.example
- .gitignore
- bootstrap_models.py
- CONTRIBUTING.md
- docker-compose.yaml
- download-model.py
- LICENSE.md
- README.md
- test_guidance_url.sh
# Installation Guide
1. Get the code
git clone https://github.com/ChuloAI/BrainChulo
Downloads the entire project code from GitHub to your computer.
cd BrainChulo
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker-compose up --build
Runs the command against the services defined in the compose file.
docker compose down
Runs the command against the services defined in the compose file.
docker-compose exec backend alembic upgrade head
Runs the command against the services defined in the compose file.
docker-compose exec backend alembic revision --autogenerate -m "Add Sample Plugin Demo Model"
Runs the command against the services defined in the compose file.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm run dev
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
4. Python
EasyPrerequisites
pip install -r app/requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
