Anush
Anush
Right. The extension settings are being saved to the synced storage. https://github.com/open-sauced/ai/blob/f67f67339a5daca506822715ee29aa66c4b0ba6e/src/popup/pages/settings.tsx#L15-L30 We can do same for the AI description settings too.
A great reference would be https://bloop.ai/docs/natural-language-queries.
Hey @marcusgchan, about the use of a shadow DOM.The injected elements inherit some of their styling from GitHub itself. The shadow DOM will obstruct this behaviour.
I tried out building the plugin. Prefixing works as we'd expect it to. https://gist.github.com/Anush008/ffebc6ceb5439dc1ca2996ff7fb88311 The problem being, some of our components inherit styling from GitHub using their classnames. Like `SelectMenu...
Hey. We released a revamp of the SDK that improves this. Please refer to https://qdrant.tech/documentation/concepts/filtering/#filtering-clauses
@gpww, the screenshot seems to be of the client library version. Can you confirm the version of your Qdrant image? Should 1.8.0 or above.
Hi. Can you share how you're instantiating `_client`?
Could you https://github.com/qdrant/qdrant-dotnet/issues/53#issuecomment-2068935817?
Can you please try ``` var client = new QdrantClient("localhost"); ``` ? Also, you're using port 6333. The Dotnet client uses Qdrant's [gRPC interface](https://qdrant.tech/documentation/interfaces/#grpc-interface) at port 6334. You can run...
You can also refer to https://api.qdrant.tech for snippets of the improved SDK.