Travis Cline
Travis Cline
In general in go, package names should match the directory name they're in, this lines them up.
This go client /almost/ doesn't depend on the rest of weaviate: But https://pkg.go.dev/github.com/weaviate/weaviate-go-client/[email protected]/weaviate/batch?tab=imports imports models -- this ends up causing users of this client library transitively depend on more than...
### Preflight Checklist - [X] I have searched the [issue tracker](https://www.github.com/rrweb-io/rrweb/issues) for a feature request that matches the one I want to file, without success. ### What package is this...
The results of this tool and what shows up for a package on pkg.go.dev don't always line up. My sense is that https://pkg.go.dev/golang.org/x/pkgsite/internal/licenses is more robust wrt detection logic and...
I know this repo is not seeing much activity but I figured I'd include this fix. Fixes #306
Currently we tuck away our various vendor client implementation in internal directories. We should consider teasing these implementations out (perhaps into a separate github organization) to enable wider use/adoption and...
We should absolutely have a rock solid sqlite-vec example working end to end.
We should provide a really clean implementation for structured generation as influenced by outlines, instructor, etc.
We should add Context Caching. https://ai.google.dev/gemini-api/docs/caching
Running the hello program results in an unhelpful (and typo-containing) `moint failed` instead of producing helpful error information. It's straightforward to fix the typo but I'd hope there would be...