Directories
¶
| Path | Synopsis |
|---|---|
|
Basic search: index a folder of files into an on-disk SQLite database, then run a semantic search over it and print the matching documents.
|
Basic search: index a folder of files into an on-disk SQLite database, then run a semantic search over it and print the matching documents. |
|
Postgres search: index the sample files into PostgreSQL with the pgvector extension, then run a semantic search.
|
Postgres search: index the sample files into PostgreSQL with the pgvector extension, then run a semantic search. |
|
Progress: index a folder of files and print how far the run has got.
|
Progress: index a folder of files and print how far the run has got. |
|
Search config: index the sample files, then run a search that tunes the result set with SearchConfig — a task type, a minimum relevance, and caps on how many documents and chunks come back.
|
Search config: index the sample files, then run a search that tunes the result set with SearchConfig — a task type, a minimum relevance, and caps on how many documents and chunks come back. |
Click to show internal directories.
Click to hide internal directories.