Bob van Luijt
Bob van Luijt
For example the function: `ExecuteStruct(...)` = same as `Execute(...)` but a result as a struct rather than an interface. Reason for request: sometimes the structure is known and this makes...
This query adds a lot of value in NLP-based situations. ```graphql { Get { Article( nearText: { concepts: ["foo bar"] moveTo: { objects: [{ id: "169a8026-acd2-37dc-bd62-6d2b8ac52bd2" }] force: 0.1 }...
Goals: - [x] Using Weaviate's native filtering for search - [x] Using Weaviate cross-references to make relations in Documents - [x] Using Weaviate native integration for meta filtering - [...
Before raising a PR and it getting merged, make sure you have completed the following: ### Things to do: - [x] Add podcasts in appropriate categories in ascending order of...
The following are the requirements for a telemetric service. * A user should be able to disable the service with a flag: `TELEMETRY: FALSE` * Should be on by default...
### Description The Magento 2 Swagger document should be used to create custom requests. There should be a config file that states something like this: ``` js [{ "element": "radon-collect-product",...
### Description Handle ajax request with ajax and the iron element ### Expected outcome A request should be done to the Magento 2 webapi to request and receive data.
OpenAI has added a variety of vector databases to their cookbooks, adding Weaviate here. Cookbook reference for Weaviate: https://github.com/openai/chatgpt-retrieval-plugin#weaviate
I'm not sure if this is best practice, but it might be helpful for those making static pages.
The index.js has: ``` var model = new falcor.Model({ source: new falcor.HttpDataSource('/model.json') }); ``` But this actually doesn't work, it will keep requesting even if the value is already available....