Assembly: Glitch9.VectorStore.dll
public interface IChunkMetadata
Properties
|
Edit this page
View Source
Declaration
string FileHash { get; set; }
Property Value
|
Edit this page
View Source
Declaration
string MimeType { get; set; }
Property Value
|
Edit this page
View Source
Declaration
string Name { get; set; }
Property Value
Methods
|
Edit this page
View Source
Declaration
string BuildChunkId(int chunkIndex, string chunkText)
Parameters
| Type |
Name |
Description |
| int |
chunkIndex |
|
| string |
chunkText |
|
Returns
Extension Methods