-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
65 lines (62 loc) · 1.86 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
site_name: Brevia Docs
repo_url: https://github.com/brevia-ai/brevia
dev_addr: "127.0.0.1:8001"
theme:
name: material
logo: assets/brevia-logo.svg
favicon: assets/favicon.ico
features:
- navigation.footer
palette:
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
toggle:
icon: material/brightness-4
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
plugins:
- search
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/brevia-ai/brevia
- icon: fontawesome/solid/globe
link: https://atlasconsulting.it
- icon: fontawesome/brands/linkedin
link: https://it.linkedin.com/company/atlas-srl
nav:
- Brevia: index.md
- Setup: setup.md
- Configuration:
- Global configuration: config.md
- Collection configuration: collection_config.md
- Models:
- Overview: models/overview.md
- OpenAI: models/openai.md
- Cohere: models/cohere.md
- Ollama: models/ollama.md
- Other Models: models/other_models.md
- Security: security.md
- Tutorials:
- Create Simple RAG: tutorials/create_collection.md
- Create Summarization Analysis: tutorials/create_summarization.md
- Create Custom Services: tutorials/create_custom_services.md
- Database: database.md
- Collections: collections.md
# /index/... endpoints
- Document Index: document_index.md
# /chat, /search, /chat_history
- Chat and search: chat_search.md
# /summarize, upload, generic service, /transcribe...
- Analyze services: analyze_services.md
- Async jobs: async_jobs.md
- Endpoints Overview: endpoints_overview.md
- Reference:
- REST API Reference: redoc/