|
32 | 32 |
|
33 | 33 | LangConnect Client is a modern, Next.js-based GUI interface for managing vector databases powered by PostgreSQL with pgvector extension. It provides an intuitive web interface for document management, vector search capabilities, and seamless integration with AI assistants through the Model Context Protocol (MCP). |
34 | 34 |
|
| 35 | +This project was inspired by [langchain-ai/langconnect](https://github.com/langchain-ai/langconnect). |
| 36 | + |
35 | 37 | ## ✨ Main Features |
36 | 38 |
|
37 | 39 | ### 📚 **Collection Management** |
@@ -101,8 +103,8 @@ LangConnect Client is a modern, Next.js-based GUI interface for managing vector |
101 | 103 |
|
102 | 104 | 1. **Clone the repository** |
103 | 105 | ```bash |
104 | | - git clone https://github.com/your-username/langconnect.git |
105 | | - cd langconnect |
| 106 | + git clone https://github.com/teddynote-lab/langconnect-client.git |
| 107 | + cd langconnect-client |
106 | 108 | ``` |
107 | 109 |
|
108 | 110 | 2. **Set up environment variables** |
@@ -250,28 +252,6 @@ In the Inspector: |
250 | 252 | | `POSTGRES_DB` | PostgreSQL database name | No | |
251 | 253 | | `SSE_PORT` | MCP SSE server port (default: 8765) | No | |
252 | 254 |
|
253 | | -## 📚 API Documentation |
254 | | - |
255 | | -The API provides comprehensive endpoints for document and collection management: |
256 | | - |
257 | | -### Authentication |
258 | | -- `POST /auth/signup` - Create new account |
259 | | -- `POST /auth/signin` - Sign in |
260 | | -- `POST /auth/refresh` - Refresh token |
261 | | -- `GET /auth/me` - Get current user |
262 | | - |
263 | | -### Collections |
264 | | -- `GET /collections` - List collections |
265 | | -- `POST /collections` - Create collection |
266 | | -- `GET /collections/{id}` - Get collection |
267 | | -- `PUT /collections/{id}` - Update collection |
268 | | -- `DELETE /collections/{id}` - Delete collection |
269 | | - |
270 | | -### Documents |
271 | | -- `GET /collections/{id}/documents` - List documents |
272 | | -- `POST /collections/{id}/documents` - Upload documents |
273 | | -- `DELETE /collections/{id}/documents` - Bulk delete |
274 | | -- `POST /collections/{id}/documents/search` - Search documents |
275 | 255 |
|
276 | 256 | ## 👥 Contributors |
277 | 257 |
|
|
0 commit comments