Aaron Powell
Aaron Powell
@paladique can you provide a square image? It's a requirement for publishing
No, I don't have any info on this, and I'm not actively working in this space anymore so I probably should archive this repo.
The change is probably not that huge, it'd just be adding another two properties to the `ConnectionOperation` type and having an expanded match on what the connection mode should be...
I'm able to repo still (even after VS Code and machine restarts). Is there any logs that I can provide that might give insights?
To use it in .NET you would do: ```csharp var connection = new SqliteConection(); connection.LoadExtension("vec0"); // open and use ``` I'm still doing some experimentation, but from the looks of...
Came across a sample - https://github.com/dotnet/docs/blob/main/samples/snippets/standard/data/sqlite/ExtensionsSample/Program.cs It does require a bit of additional work, but that's at the consumer end, so something that wouldn't be shipped by this package
I'd actually recommend to **not** include the loader logic, just the extension binaries, so then it becomes the responsibility of the consumer to load using whatever logic is going to...
> Some feedback regarding your linked script. I noticed you are running the following: > > ```shell > # Use the `get-values` azd command to retrieve environment variables from the...
> I was able to dive into this a little more. I have identified the root cause of the issue you are facing. In the `up` workflow we are initializing...
See https://github.com/asg017/sqlite-vec/issues/193