Chris Bartholomew
Chris Bartholomew
The version of externalDNS image used by the chart does not work in k8s 1.22. The following version works: k8s.gcr.io/external-dns/external-dns:v0.10.2 Also, since the older ingress API versions were removed, the...
I often use a different CLI profile for each LangStream environment, local dev, remote test, and remote production. In most cases, I use a different infrastructure and secrets file for...
When doing an HTML crawl, the text ends up with a log of line breaks in it. These have no semantic value and waste tokens in both the text chunks...
We should add support for ChromaDB vector store. Since Chroma can be run locally, we could use it to develop quick starts using the RAG pattern. It might make sense...
I installed langstream on Linux and tried to run a sample app. I am getting an error trying to access the secrets file. My langstream version: ``` langstream -V LangStream...
Having used the web crawler to crawl some sites, the following enhancements would be useful: * URL blacklist to exclude pages for crawling * Honoring robots.txt * Configure time for...