Skip to content

Commit 36af81b

Browse files
committed
Meilisearch bump
1 parent 9ceecae commit 36af81b

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

chat_agent_profiles.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ agent_profiles:
77
#enforce_agent_prompt: "true"
88
llm_options:
99
# api_base: https://api.groq.com/openai/v1
10-
model: groq/llama-3.3-70b-versatile
10+
model: groq/openai/gpt-oss-20b
1111
temperature: 0.0
1212
raise_on_completion_status_errors: False #report API errors into chat
1313
enforce_agent_prompt: True
@@ -54,7 +54,7 @@ agent_profiles:
5454
- package: "agent_tools.toy_tools"
5555
function: "summarize_dataframe"
5656
llm_options:
57-
model: groq/llama-3.3-70b-versatile
57+
model: groq/openai/gpt-oss-20b
5858
temperature: 0.1 # Slightly increased randomness for better flexibility.
5959
examples:
6060
- prompt: Generate a random 3x4 matrix, please.
@@ -85,7 +85,7 @@ agent_profiles:
8585
remember_query : False
8686
llm_options:
8787
api_base: https://api.groq.com/openai/v1
88-
model: groq/llama-3.3-70b-versatile
88+
model: groq/openai/gpt-oss-20b
8989
temperature: 0.7 # Allows more creative name generation.
9090
examples:
9191
- prompt: How are you today?
@@ -108,7 +108,7 @@ agent_profiles:
108108
- package: "just_semantic_search.meili.tools"
109109
function: "all_indexes"
110110
llm_options:
111-
model: groq/llama-3.3-70b-versatile
111+
model: groq/openai/gpt-oss-20b
112112
temperature: 0.0
113113
system_prompt: |
114114
The 'search_documents' tool uses semantic search and only accepts indexes provided by 'all_indexes' tool.
@@ -127,7 +127,7 @@ agent_profiles:
127127
hidden: true
128128
assistant_index: 71
129129
llm_options:
130-
model: groq/llama-3.3-70b-versatile
130+
model: groq/openai/gpt-oss-20b
131131
temperature: 0.0
132132
system_prompt: |
133133
You are a paper annotator. You extract the abstract, authors and titles of the papers.

docker-compose-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ services:
112112
condition: service_healthy
113113

114114
meilisearch:
115-
image: docker.io/getmeili/meilisearch:v1.20.0 # we have to use it because migration got easier
115+
image: docker.io/getmeili/meilisearch:v1.26.0
116116
environment:
117117
- http_proxy
118118
- https_proxy

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ services:
105105
condition: service_healthy
106106

107107
meilisearch:
108-
image: docker.io/getmeili/meilisearch:v1.20.0
108+
image: docker.io/getmeili/meilisearch:v1.26.0
109109

110110
environment:
111111
- MEILI_MASTER_KEY=fancy_master_key

0 commit comments

Comments
 (0)