Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"

}
```