mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-12 12:06:04 +00:00
style: apply pre-commit fixes
🤖 Applied by @github-actions bot via pre-commit workflow
This commit is contained in:
parent
c165de409d
commit
c68c9245cd
1 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ description: |
|
||||||
#### Empirical Example
|
#### Empirical Example
|
||||||
|
|
||||||
Consider the histogram below in which 10,000 randomly generated strings were inserted
|
Consider the histogram below in which 10,000 randomly generated strings were inserted
|
||||||
in batches of 100 into both Faiss and sqlite-vec using `client.tool_runtime.rag_tool.insert()`.
|
in batches of 100 into both Faiss and sqlite-vec.
|
||||||
|
|
||||||
```{image} ../../../../_static/providers/vector_io/write_time_comparison_sqlite-vec-faiss.png
|
```{image} ../../../../_static/providers/vector_io/write_time_comparison_sqlite-vec-faiss.png
|
||||||
:alt: Comparison of SQLite-Vec and Faiss write times
|
:alt: Comparison of SQLite-Vec and Faiss write times
|
||||||
|
|
@ -233,7 +233,7 @@ Datasets that can fit in memory, frequent reads | Faiss | Optimized for speed, i
|
||||||
#### Empirical Example
|
#### Empirical Example
|
||||||
|
|
||||||
Consider the histogram below in which 10,000 randomly generated strings were inserted
|
Consider the histogram below in which 10,000 randomly generated strings were inserted
|
||||||
in batches of 100 into both Faiss and sqlite-vec using `client.tool_runtime.rag_tool.insert()`.
|
in batches of 100 into both Faiss and sqlite-vec.
|
||||||
|
|
||||||
```{image} ../../../../_static/providers/vector_io/write_time_comparison_sqlite-vec-faiss.png
|
```{image} ../../../../_static/providers/vector_io/write_time_comparison_sqlite-vec-faiss.png
|
||||||
:alt: Comparison of SQLite-Vec and Faiss write times
|
:alt: Comparison of SQLite-Vec and Faiss write times
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue