Documents and Nodes
- What is the default
chunk_size
of a Node object? - How to add information like name, url in a
Document
object? - How to update existing document in an Index?
1. What is the default chunk_size
of a Node object?
Section titled β1. What is the default chunk_size of a Node object?βItβs 1024 by default. If you want to customize the chunk_size
, You can follow Customizing Node
2. How to add information like name, url in a Document
object?
Section titled β2. How to add information like name, url in a Document object?βYou can customize the Document object and add extra info in the form of metadata. To know more on this follow Customize Document.
3. How to update existing document in an Index?
Section titled β3. How to update existing document in an Index?βYou can update/delete existing document in an Index with the help of doc_id
. You can add new document to an existing Index too. To know more check Document Management