mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 10:13:05 +00:00
removing MIME section
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
ac0ef1a2db
commit
157cde914b
1 changed files with 0 additions and 5 deletions
|
@ -162,8 +162,3 @@ for vector_db_id in client.vector_dbs.list():
|
|||
print(f"Unregistering vector database: {vector_db_id.identifier}")
|
||||
client.vector_dbs.unregister(vector_db_id=vector_db_id.identifier)
|
||||
```
|
||||
|
||||
### Supported Data Types
|
||||
|
||||
You can ingest data into the vector database using `RAGDocument` objects.
|
||||
The supported mime types (https://en.wikipedia.org/wiki/Media_type#mime.types) data types are:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue