mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 08:33:54 +00:00
Added draft implementation of built-in preprocessing for RAG.
This commit is contained in:
parent
5014de434e
commit
1a6e71c61f
9 changed files with 299 additions and 4 deletions
|
|
@ -0,0 +1,9 @@
|
|||
# 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.
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class InlineBasicPreprocessorConfig(BaseModel): ...
|
||||
Loading…
Add table
Add a link
Reference in a new issue