Skip to content

Commit 216add5

Browse files
committed
Flock v0.5.0
1 parent c9be6de commit 216add5

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
extension:
2-
name: flockmtl
2+
name: flock
33
description: LLM & RAG extension to combine analytics and semantic analysis
4-
version: 0.4.0
4+
version: 0.5.0
55
language: SQL & C++
66
build: cmake
77
license: MIT
@@ -12,14 +12,14 @@ extension:
1212
- queryproc
1313

1414
repo:
15-
github: dais-polymtl/flockmtl
16-
ref: 0b0e4ddd6d98ac4192f44148bae0bce3012a9123
15+
github: dais-polymtl/flock
16+
ref: 7f1c36abe481b97c9e2c6e7303f36005c8d242fa
1717

1818
docs:
1919
hello_world: |
2020
-- After loading, any function call will throw an error if the provider's secret doesn't exist
2121
22-
-- Create your provider secret by following the [documentation](https://dais-polymtl.github.io/flockmtl/docs/what-is-flockmtl/). For example, you can create a default OpenAI API key as follows:
22+
-- Create your provider secret by following the [documentation](https://dais-polymtl.github.io/flock/docs/what-is-flock/). For example, you can create a default OpenAI API key as follows:
2323
D CREATE SECRET (TYPE OPENAI, API_KEY 'your-api-key');
2424
2525
-- Call an OpenAI model with a predefined prompt ('Tell me hello world') and default model ('gpt-4o-mini')
@@ -45,12 +45,12 @@ docs:
4545
D SELECT llm_complete({'model_name': 'summarizer-model'}, {'prompt_name': 'summarize','context_columns': [{'data': 'We support more functions and approaches to combine relational analytics and semantic analysis. Check our repo for documentation and examples.'}}]);
4646
4747
extended_description: |
48-
**FlockMTL** is an experimental DuckDB extension that enables seamless integration of large language models (LLMs) and retrieval-augmented generation (RAG) directly within SQL.
48+
**Flock** is an experimental DuckDB extension that enables seamless integration of large language models (LLMs) and retrieval-augmented generation (RAG) directly within SQL.
4949
5050
It introduces `MODEL` and `PROMPT` objects as first-class SQL entities, making it easy to define, manage, and reuse LLM interactions. Core functions like `llm_complete`, `llm_filter`, and `llm_rerank` allow you to perform generation, semantic filtering, and ranking—all from SQL.
5151
52-
FlockMTL is designed for rapid prototyping of LLM-based analytics and is optimized with batching and caching features for better performance.
52+
Flock is designed for rapid prototyping of LLM-based analytics and is optimized with batching and caching features for better performance.
5353
54-
📄 For more details and examples, see the [FlockMTL documentation](https://dais-polymtl.github.io/flockmtl/docs/what-is-flockmtl).
54+
📄 For more details and examples, see the [Flock documentation](https://dais-polymtl.github.io/flock/docs/what-is-flock).
5555
56-
> *Note:* FlockMTL is part of ongoing research by the [Data & AI Systems (DAIS) Laboratory @ Polytechnique Montréal](https://dais-polymtl.github.io/). It is under active development, and some features may evolve. Feedback and contributions are welcome!
56+
> *Note:* Flock is part of ongoing research by the [Data & AI Systems (DAIS) Laboratory @ Polytechnique Montréal](https://dais-polymtl.github.io/). It is under active development, and some features may evolve. Feedback and contributions are welcome!
File renamed without changes.

0 commit comments

Comments
 (0)