https://github.com/davidwrossiter/langchunk-worker
*DEPRECATED* Cloudflare worker for LangChunk
https://github.com/davidwrossiter/langchunk-worker
ai chunking cloudflare hono honojs ml serverless
Last synced: 8 months ago
JSON representation
*DEPRECATED* Cloudflare worker for LangChunk
- Host: GitHub
- URL: https://github.com/davidwrossiter/langchunk-worker
- Owner: davidwrossiter
- Created: 2024-06-18T17:19:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T13:06:03.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T02:12:18.531Z (about 1 year ago)
- Topics: ai, chunking, cloudflare, hono, honojs, ml, serverless
- Language: TypeScript
- Homepage: https:rabbit.rossiter.dev
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DEPRECATED
# langchunk API
Routes
requests look like this :
POST to `https://rabbit.rossiter.dev`
```
body: {
"context": "the user is a high school student",
"query": "write me an essay on bees"
}
```