Skip to content

Commit 407a414

Browse files
committed
Update README.md to include project inspiration and correct repository URL; remove outdated API documentation and assets. Clean up unnecessary files for better project clarity.
1 parent 1e8002b commit 407a414

File tree

8 files changed

+4
-227
lines changed

8 files changed

+4
-227
lines changed

README.md

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232

3333
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).
3434

35+
This project was inspired by [langchain-ai/langconnect](https://github.com/langchain-ai/langconnect).
36+
3537
## ✨ Main Features
3638

3739
### 📚 **Collection Management**
@@ -101,8 +103,8 @@ LangConnect Client is a modern, Next.js-based GUI interface for managing vector
101103

102104
1. **Clone the repository**
103105
```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
106108
```
107109

108110
2. **Set up environment variables**
@@ -250,28 +252,6 @@ In the Inspector:
250252
| `POSTGRES_DB` | PostgreSQL database name | No |
251253
| `SSE_PORT` | MCP SSE server port (default: 8765) | No |
252254

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
275255

276256
## 👥 Contributors
277257

assets/chunk-investigation.png

-829 KB
Binary file not shown.

assets/collections-list.png

-178 KB
Binary file not shown.

assets/document-list.png

-169 KB
Binary file not shown.

assets/document-upload.png

-244 KB
Binary file not shown.

assets/langconnect-client.png

-403 KB
Binary file not shown.

assets/vector-search.png

-529 KB
Binary file not shown.

next-connect-ui/README.md

Lines changed: 0 additions & 203 deletions
This file was deleted.

0 commit comments

Comments
 (0)