This commit is contained in:
Botao Chen 2025-01-13 21:24:25 -08:00
parent d9ceb7067a
commit 7de832d66c
3 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,5 @@
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the terms described in the LICENSE file in
# the root directory of this source tree.

View file

@ -23,4 +23,6 @@ distribution_spec:
- inline::llama-guard - inline::llama-guard
memory: memory:
- inline::faiss - inline::faiss
tool_runtime:
- remote::brave-search
image_type: conda image_type: conda

View file

@ -12,6 +12,7 @@ apis:
- scoring - scoring
- telemetry - telemetry
- post_training - post_training
- tool_runtime
providers: providers:
inference: inference:
- provider_id: meta-reference-inference - provider_id: meta-reference-inference
@ -63,6 +64,13 @@ providers:
type: sqlite type: sqlite
namespace: null namespace: null
db_path: ${env.SQLITE_STORE_DIR:~/.llama/distributions/meta-reference-gpu}/faiss_store.db db_path: ${env.SQLITE_STORE_DIR:~/.llama/distributions/meta-reference-gpu}/faiss_store.db
tool_runtime:
- provider_id: brave-search
provider_type: remote::brave-search
config:
api_key: ${env.BRAVE_SEARCH_API_KEY:}
max_results: 3
metadata_store: metadata_store:
namespace: null namespace: null