issues Search Results · repo:cocoindex-io/cocoindex language:Rust
Filter by
153 results
(185 ms)153 results
incocoindex-io/cocoindex (press backspace or delete to remove)Following the steps in the README for pdf_embedding. Testing on an Apple M3. Running cocoindex-postgres as a docker
image.
I am getting the following error on running
cocoindex update main.py
Loaded ...
vcottagiri
- 2
- Opened 2 days ago
- #876
Add a new data source Postgres. Users can configure a Postgres table as data source, e.g.
data_scope[ source ] = flow_builder.add_source(
cocoindex.source.Postgres(
database=...,
table_name= ...
georgeh0
- 1
- Opened 2 days ago
- #875
What is the use case? codebase indexing enhanced support for issue related code search
Describe the solution you d like for c/cpp, analyze class\function\property for entity; and class inheritance\ function ...
fangguanya
- Opened 14 days ago
- #847
Currently we support included_patterns and excluded_patterns for LocalFile, AmazonS3 and AzureBlob but not GoogleDrive.
We want to add the support to GoogleDrive.
- GoogleDrive source: https://github.com/cocoindex-io/cocoindex/blob/main/src/ops/sources/google_drive.rs ...
good first issue
help wanted
badmonster0
- 1
- Opened 20 days ago
- #832
Describe the bug Based on the following MRE:
1. Schema Issue: The _engine_data_slice doesn t update the children table s schema to include new_field. The children
table schema remains LTable(Struct(value: ...
lemorage
- Opened 22 days ago
- #818
We want to allow users to import from customized source defined in Python SDK, providing the following capabilities:
- Provide data schema
- List all entries
- Get content from specific entry
...
cocoindex-core
python-sdk
badmonster0
- Opened 23 days ago
- #803
Pydantic is widely used in Python to describe schema. Currently we support dataclass and NamedTuple for structs. We want
to add support for Pydantic Models, i.e. users can bind CocoIndex Struct to a Pydantic ...
help wanted
python-sdk
badmonster0
- 1
- Opened 25 days ago
- #795
What is the use case? Specifically, this refers to the inner function make_closure_for_value. In L298~L301, it raises an
error if the field has no default value. As an improvement, this could be extended ...
lemorage
- 6
- Opened 27 days ago
- #788
We want to enforce restrictions on flow names, field names, target names, app namespace names.
- Field names, target names: allow letters, digits and underscores, starting with letter/underscore, no ...
cocoindex-core
good first issue
python-sdk
badmonster0
- 2
- Opened 29 days ago
- #779
What is the use case?
Currently the following subcommands support setup:
- cocoindex setup
- cocoindex update --setup
- cocoindex server --setup
Sometimes users want to drop and rebuild the setup, ...
good first issue
python-sdk
badmonster0
- 1
- Opened 29 days ago
- #778

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!
Press the /
key to activate the search input again and adjust your query.
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.