issues Search Results · language:Edge language:Python language:JavaScript language:Java language:JavaScript linked:pr
Filter by
5.9M results
Component
Vector Store / Pinecone
Description
Pinecone._create_filter() only handles the combined gte+lte range case. All other operator dicts ({ gt : 5}, { ne : x },
{ in : [...]}) fall through to ...
Vector Store / Pinecone
Component
Vector Store / Pinecone
Description
Pinecone.list() returns [results] (list-of-list) on success but { points : [], next_page_token : None} (a dict) on
error. The caller in Memory.delete_all() ...
Vector Store / Pinecone
A new Claude Code Agent Skill that investigates the performance of an ENTIRE Fabric Data Warehouse (warehouse-wide),
complementing the existing per-query query-optimizer. Anchor points: long-running queries, ...
enhancement
Component
Vector Store / Milvus
Description
Milvus.update() always includes a text field in the upsert schema, even on collections created before v3 that lack the
BM25 text/sparse fields. The insert() ...
Vector Store / Milvus
Component
Vector Store / Milvus
Description
Milvus.delete() passes vector_id (a plain string) to self.client.delete(collection_name=..., ids=vector_id). The
pymilvus MilvusClient.delete() API expects ...
Vector Store / Milvus
Feature Description
Add a read-only command to list books on the user s currently-reading shelf.
Motivation
As an agent/user, I want to ask what am I currently reading? and get a structured answer from ...
Describe the bug
Component.clone() is documented and publicly exposed as a way to create a modified copy of any component. It internally
calls self.model_dump() and reconstructs via type(self)(**data). ...
bug
Preflight Checklist
- [x] I have searched existing issues and this hasn t been reported yet
- [x] This is a single bug report
- [x] I am using the latest version of Claude Code
What s Wrong?
Custom ...
area:desktop
area:skills
bug
has repro
platform:macos
Component
Vector Store / ChromaDB
Description
ChromaDB.delete() passes vector_id (a scalar string) to self.collection.delete(ids=vector_id). ChromaDB s
delete(ids=...) expects a list of strings. When ...
Vector Store / ChromaDB
NoneRole is a sentinel class meaning operation is open to everyone, without authentication. The name is misleading: in
Python, None signifies the absence of a value, but here we are referring to a concrete ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.