Results 38 issues of LJ

https://github.com/cocoindex-io/cocoindex Docs: https://cocoindex.io/docs/getting_started/quickstart

https://github.com/cocoindex-io/cocoindex - open source framework to build knowledge for AI. documentation: https://cocoindex.io/docs/getting_started/quickstart thanks!

Similar to #352, but to be used to test flow functions in Python. It takes the following input: - a function spec - input argument / types - input row(s)...

help wanted
python-sdk
hacktoberfest

**What is the use case?** support vector and FTS indexes in lancedb connector --- ❤️ Contributors, please refer to 📙[Contributing Guide](https://cocoindex.io/docs/about/contributing). Unless the PR can be sent immediately (e.g. just...

Posted from discord by prashanth, it is a great suggestion It would make sense to place this section in between the "CocoIndex core" and "Built-in sources"? That would make it...

documentation
enhancement
good first issue
help wanted

When we report progress ([code](https://github.com/cocoindex-io/cocoindex/blob/0efd99a63502bc9ceea5fa2106765dc65951b765/rust/cocoindex/src/execution/live_updater.rs#L375-L413)), we want to show the processing rate during last 1 minute. It doesn't have to be exactly 1 minute. A good enough way is to...

cocoindex-core

Here are all the dataType supported in CocoIndex: https://cocoindex.io/docs/core/data_types We want to add Enum Type. https://github.com/cocoindex-io/cocoindex/issues/217 is an example. Representations in different places - We can use a `Arc` in...

help wanted
cocoindex-core
hacktoberfest

**What is the use case?** CocoIndex has a live update mode - https://cocoindex.io/docs/core/flow_methods#live-update that allows users to configures an interval, and will regularly poll per interval. https://cocoindex.io/docs/core/flow_def#refresh-interval For example:https://github.com/cocoindex-io/cocoindex/blob/main/examples/gdrive_text_embedding/main.py#L20 If...

good first issue
help wanted
cocoindex-core
hacktoberfest

**What is the use case?** Sparse vectors should be supported as a separate data type