Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AI-Citizen/SolidGPT
Developer AI Persona Search Agent
https://github.com/AI-Citizen/SolidGPT
codechat copilot developer-tools glean gpt-4 llm notion solidgpt
Last synced: 8 days ago
JSON representation
Developer AI Persona Search Agent
- Host: GitHub
- URL: https://github.com/AI-Citizen/SolidGPT
- Owner: AI-Citizen
- License: cc-by-4.0
- Created: 2023-08-08T05:25:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-24T01:25:17.000Z (4 months ago)
- Last Synced: 2024-10-29T15:47:22.679Z (10 days ago)
- Topics: codechat, copilot, developer-tools, glean, gpt-4, llm, notion, solidgpt
- Language: Python
- Homepage:
- Size: 26 MB
- Stars: 2,015
- Watchers: 46
- Forks: 135
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-langchain-zh - SolidGPT - Citizen/SolidGPT?style=social): 和代码仓库聊天,讨论需求 (开源项目 / 知识管理)
- awesome-langchain - SolidGPT - Citizen/SolidGPT?style=social) (Open Source Projects / Knowledge Management)
- project-awesome - AI-Citizen/SolidGPT - Developer AI Persona Search Agent (Python)
- AiTreasureBox - AI-Citizen/SolidGPT - 11-02_2014_0](https://img.shields.io/github/stars/AI-Citizen/SolidGPT.svg)|Chat everything with your code repository, ask repository level code questions, and discuss your requirements. AI Scan and learning your code repository, provide you code repository level answer🧱 🧱| (Repos)
README
# 🧱 SolidGPT
# 🚀 What's this
SolidGPT is a AI searching assistant for developer that helps code and workspace semantic search🔥🔥🔥 Try SolidGPT VSCode Extension from the [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=aict.solidgpt)
Appreciate Star 🌟 us on our [SolidGPT Github](https://github.com/AI-Citizen/SolidGPT)
# Try SolidGPT VSCode Extension
1. Install SolidGPT VSCode Extension from the [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=aict.solidgpt)# 🏁 Quick Start
Highly recommend to try SolidGPT VSCode Extension from the [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=aict.solidgpt).Or you can follow the steps below to build from source.
## 📦 Build From Source
1. Pull the latest version of the SolidGPT from the GitHub repository.
1. Pip install the requirements.txt file under the SolidGPT root directory.
```sh
pip install -r requirements.txt
```
1. Open terminal and run the following command to start the server.
```sh
python run_api.py
```
1. Open terminal and run the following command to start the webapp.
```sh
cd solidportal
npm install
npm run dev
```## ❗️❗️ Onborading your Codebase and Notion
1. Click Settings button on the right bottom corner.### 1. Setup Codebase
1. Enter your OpenAI API key. [Get OpenAI API Key](https://openai.com/blog/openai-api)
1. Enter the full path of the folder you wish to onboard. **Suggest onboard lower than 100 files, maximum support 500 files onboarding**.### 2. Setup Notion (Optional)
1. Configure the Notion API by getting your Notion API secret from [Notion API](https://developers.notion.com/docs/create-a-notion-integration#getting-started) and entering it on the Settings page
1. Give your integration page permissions. [Details](https://developers.notion.com/docs/create-a-notion-integration#give-your-integration-page-permissions)
1. Get Notion Page ID and entering it on the Settings page
### 3. Pick chat resources and start chat
## 🔥 Usecase
- Talk to your codebase, save time hunting for the place to start a change or the right method to call.
- Ask any questions about your codebase, get the answer in seconds.
- Semantic search and summary in Notion, knows your project from documents and track the project sprint board and tickets.
- Get questions answered from your codebase and Notion, no more context switching.## 📖 Known Issue
1. [Intel Chip Mac]: permission denied
- Please run \`cd ~/.vscode/extensions\` and \`chmod -R 777 aict.solidgpt*\` in your terminal to allow the app to run.## 📣 Feedback!!
If you have any questions or feedback about our project, please don't hesitate to reach out to us. We greatly appreciate your suggestions!
- Email: [email protected]
- GitHub Issues: For more technical inquiries, you can also create a new issue in our [GitHub repository](https://github.com/AI-Citizen/SolidGPT/issues).
We will respond to all questions within 2-3 business days.## Data Safety
- SolidGPT will not collect any of users' data.
- SolidGPT using OpenAI series model API, using SolidGPT indicates that you have read, understood, and agreed to adhere to all terms of use associated with the OpenAI GPT series model API.