Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-19T13:06:03.000Z (7 months ago)
- Last Synced: 2024-11-30T17:44:29.066Z (about 1 month 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"}
```