KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
rag-copilot
★ 12
Open GitHub ↗
docs-copilot
Download README (.md)
Explore Similar Repositories
compose-material-context-menu
:
Material context menu implementation for Compose Multiplatform
Lightstreamer-Python-Client-To-Fetch-Sahamyab-Tweets
:
A python client to fetch data from Lightstreamer socket
data-lineage-tool
:
Queries the ACCESS_HISTORY and QUERY_HISTORY views, from the SNOWFLAKE.ACCOUNT_USAGE schema, and generates two interactive GraphViz visual diagrams online, in a visual editor: one for column lineage, the other for table lineage.
portfolio
:
No description available.
telegram-auto-mail
:
telegram bot that sends messages automatically
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
rag-copilot
?
Download (.md)
# docs-copilot [](https://github.com/bowling00/docs-copilot/actions/workflows/deploy.yml) ## 产品文档 私有知识库 PRD: https://dvlin.notion.site/MVP1-0-4d6d9ccfab7c4ac784b3d9bc138d4e32?pvs=4 ## 如何本地开发 ### client 配置好`.env` 参考 `.env.example` ``` pnpm install npm run dev ``` ### server 1. 安装 docker 后,执行 `docker-compose up -d` 2. 配置好`.env` 参考 `.env.example` ``` pnpm install npm run start:dev ```