Skip to content

Commit

Permalink
docs(README): clarify on closures
Browse files Browse the repository at this point in the history
timonv authored Aug 4, 2024

Verified

This commit was signed with the committer’s verified signature.
marmarek Marek Marczykowski-Górecki
1 parent 1c6c1cf commit 084548f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -111,6 +111,7 @@ indexing::Pipeline::from_loader(FileLoader::new(".").with_extensions(&["rs"]))
10..2048,
)?)
.then(MetadataQACode::new(openai_client.clone()))
.then(move |node| my_own_thing(node))
.then_in_batch(10, Embed::new(openai_client.clone()))
.then_store_with(
Qdrant::builder()
@@ -138,7 +139,7 @@ Our goal is to create a fast, extendable platform for data indexing and querying
- Experimental query pipeline
- Integrations with OpenAI, Groq, Redis, Qdrant, FastEmbed, and Treesitter
- A variety of loaders, transformers, semantic chunkers, embedders, and more
- Bring your own transformers by extending straightforward traits
- Bring your own transformers by extending straightforward traits or use a closure
- Splitting and merging pipelines
- Jinja-like templating for prompts
- Store into multiple backends

0 comments on commit 084548f

Please sign in to comment.