Andrey Buzin
Andrey Buzin
@1st1, @beerose, @scotttrinh please have a look and share your ideas.
@jaclarke, @1st1 also asked that you have a chat with him about this when you get around to it.
As with the other one, please chat to @1st1 to clarify what this feature is about.
Honestly at this point I don't know what I'm doing wrong. ```python assert isinstance(request.chat_id, uuid.UUID) assert isinstance(request.cutoff, datetime.datetime) chat_id = std.uuid(request.chat_id) cutoff = std.datetime(request.cutoff.replace(microsecond=0, tzinfo=datetime.timezone.utc)) # when passed as args...
> I am -1 on adding any SQL-inspired warnings to queries that compile correctly, but I think it would probably be a good idea to add hints to certain errors;...
@dnwpark
URI selection seems to work great interface-wise. The LSP is not happy though: ``` undefined embedding model: no subtype of ext::ai::EmbeddingModel is annotated as 'openai:text-embedding-3-small' ``` There were some issues...
@dnwpark It was more like, you have to insert a config with an empty string for a secret, and I couldn't get the RAG to work with `llama3.2`, but I...
For `.query()` it turns into: ```python projects = await gel_client.query(default.Project) ``` ```bash app/api/router.py:72: error: Need type annotation for "projects" (hint: "projects: list[] = ...") [var-annotated] app/api/router.py:72: error: Argument 1 to...