Thorsten Klein
Thorsten Klein
https://github.com/ncruces/go-sqlite3 enables https://github.com/asg017/sqlite-vec-go-bindings (via https://github.com/asg017/sqlite-vec) + Full-Text search via https://www.sqlite.org/fts5.html
https://github.com/run-llama/llama_index/blob/main/llama-index-core/llama_index/core/node_parser/text/code.py#L17 Tree-Sitter: https://github.com/smacker/go-tree-sitter [Optional] https://github.com/robherley/guesslang-go
https://pkg.go.dev/golang.org/x/oscar/internal/gaby + https://pkg.go.dev/golang.org/x/oscar#section-readme
The global config file and the flow config files work completely different from one another. I think we can refactor both to use Viper under the hood. Combining Viper with...
no more warning / error, but just use dataset-attached config right away
Related slack discussion: https://acorn-io.slack.com/archives/C07FZ46QA2J/p1729068720582229
Original issue comment below: I ran into this issue as well (came up because I kept hitting docker.io rate limits), so created a custom registry that proxies all image requests...