Avinash B Kurup

Results 15 comments of Avinash B Kurup

> Hi, I am attempting to statically link the sqlite-http extension with the amalgamation sqlite. I was able to succeed with another go extensions viz. sqlite-html. I face this error...

Thank you, These are the compile flags I have been using for compiling the static library for Linux. GO_BUILD_LDFLAGS=-ldflags '-X main.Version=v$(VERSION) -X main.Commit=$(COMMIT) -X main.Date=$(DATE)' GO_BUILD_CGO_CFLAGS=CGO_ENABLED=1 CGO_CFLAGS="-DUSE_LIBSQLITE3" CPATH="$(VENDOR_SQLITE) -gcflags \"all=-N...

> Implements support to author sqlite loadable extensions (https://sqlite.org/loadext.html) using rusqlite, including the ability to write vtables in Rust and use them from other languages or the `sqlite3` CLI. >...

Hi @timothycarambat may I know if this feature is being planned to be integrated in AnythingLLM, the binding of LiteLLM is something which we would like to see in the...

> Hi, I got this error while running $ make loadable, could you please tell me what I'm missing here? > > jq: error: Could not open file cwalk/clib.json: No...

> Hi, I got this error while running $ make loadable, could you please tell me what I'm missing here? > > jq: error: Could not open file cwalk/clib.json: No...

Hello @roma-glushko, Following up on our recent Discord [thread](https://discord.com/channels/1181281407813828710/1181281408392638505/1250077355146481704), we are currently evaluating your project for a use case that involves Retrieval-Augmented Generation (RAG) and embedding as key components. We...

Thank you so much, @roma-glushko, I will test this branch.

Thank you!!! @roma-glushko , Extremely sorry for the delay in communication. Will test this.

I came across this issue: https://github.com/vanna-ai/vanna/issues/456, and it is something that interests us. Could you please let me know if there is ongoing work to integrate this feature? Are there...