sayanb

Results 9 issues of sayanb

Consider a collection with 1,000 points. The payload index is `ref_doc_id`. Out of these 1,000 points, 600 have `ref_doc_id=10`, and the remaining 400 have `ref_doc_id=20`. Therefore, I'm looking for a...

enhancement

I am storing records and one of the fields is an `Enum` type ``` pub enum Cuisine { French, Chinese, Thai, Japanese, Korean, Indian, Italian, Mexian, Turkish, Other(String), } ```...

I am referring to [this example](https://www.polodb.org/docs/curd/query#specify-regex-condition). I made a small modification to change the lookup key name ``` collection.find(doc! { "name": { "regex": polodb_core::bson::Regex { "pattern": "\w*Ring\w*", "options": "i", }}...

Since OpenAI has deprecated the completions API and recommends the chat API instead, the serialization/deserialization has to be updated. The following works: ``` #[derive(Debug, Deserialize, Serialize)] struct OpenAIMessage { role:...

Tried to convert this PSD: https://www.freepik.com/free-psd/modern-corporate-flyer-template_1252890.htm to HTML on Ubuntu 16. Got this error: FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory

Hello, Is there a way to use this library to convert IDML files to other formats, such as PDF or SVG?

Hi, Any plans of adding support for Anthropic models such as Claude Sonnet, Haiku, etc?

Every time `backward()` is called, it performs a topological sort. On a very large network with multiple backward passes, this could be computationally very expensive. Does it make sense to...

# Bug Report: `output_key` Does Not Capture Delegated Sub-Agent Responses ## Bug Description When a root agent with `output_key` configured delegates to a sub-agent, the sub-agent's response is **not saved...

services