6 Star 27 Fork 9

Gitee 极速下载 / txtai

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/neuml/txtai
克隆/下载
mkdocs.yml 4.17 KB
一键复制 编辑 原始数据 按行查看 历史
#
# txtai Material for MkDocs configuration
#
site_name: txtai
site_description: "txtai is an all-in-one open-source embeddings database for semantic search, LLM orchestration and language model workflows"
repo_name: neuml/txtai
repo_url: https://github.com/neuml/txtai
copyright: © NeuML LLC, Apache-2.0 License
theme:
name: material
logo: images/logo.png
favicon: images/logo.png
custom_dir: docs/overrides
icon:
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: light blue
accent: light blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.indexes
- navigation.instant
plugins:
- search
- mkdocstrings:
handlers:
python:
rendering:
show_root_full_path: false
show_root_heading: true
show_root_toc_entry: false
- redirects:
redirect_maps:
"pipeline/text/generator.md": "pipeline/text/llm.md"
"pipeline/text/sequences.md": "pipeline/text/llm.md"
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
nav:
- Home: index.md
- Why txtai?: why.md
- Use Cases: usecases.md
- Installation: install.md
- Model Guide: models.md
- Embeddings:
- embeddings/index.md
- Configuration:
- embeddings/configuration/index.md
- ANN: embeddings/configuration/ann.md
- Cloud: embeddings/configuration/cloud.md
- Database: embeddings/configuration/database.md
- General: embeddings/configuration/general.md
- Graph: embeddings/configuration/graph.md
- Scoring: embeddings/configuration/scoring.md
- Vectors: embeddings/configuration/vectors.md
- Index Guide: embeddings/indexing.md
- Methods: embeddings/methods.md
- Query Guide: embeddings/query.md
- Pipeline:
- pipeline/index.md
- Audio:
- Text To Speech: pipeline/audio/texttospeech.md
- Transcription: pipeline/audio/transcription.md
- Data:
- Segmentation: pipeline/data/segmentation.md
- Tabular: pipeline/data/tabular.md
- Textractor: pipeline/data/textractor.md
- Image:
- Caption: pipeline/image/caption.md
- Image Hash: pipeline/image/imagehash.md
- Objects: pipeline/image/objects.md
- Text:
- Entity: pipeline/text/entity.md
- Extractor: pipeline/text/extractor.md
- Labels: pipeline/text/labels.md
- LLM: pipeline/text/llm.md
- Similarity: pipeline/text/similarity.md
- Summary: pipeline/text/summary.md
- Translation: pipeline/text/translation.md
- Train:
- HF ONNX: pipeline/train/hfonnx.md
- ML ONNX: pipeline/train/mlonnx.md
- Trainer: pipeline/train/trainer.md
- Workflow:
- workflow/index.md
- Schedule: workflow/schedule.md
- Tasks:
- workflow/task/index.md
- Console: workflow/task/console.md
- Export: workflow/task/export.md
- File: workflow/task/file.md
- Image: workflow/task/image.md
- Retrieve: workflow/task/retrieve.md
- Service: workflow/task/service.md
- Storage: workflow/task/storage.md
- Template: workflow/task/template.md
- Url: workflow/task/url.md
- Workflow: workflow/task/workflow.md
- API:
- api/index.md
- Cluster: api/cluster.md
- Configuration: api/configuration.md
- Customization: api/customization.md
- Methods: api/methods.md
- Security: api/security.md
- Cloud: cloud.md
- Examples: examples.md
- FAQ: faq.md
- Powered by txtai: poweredby.md
- Further Reading: further.md
Python
1
https://gitee.com/mirrors/txtai.git
git@gitee.com:mirrors/txtai.git
mirrors
txtai
txtai
master

搜索帮助