harsh-harlequin
harsh-harlequin16mo ago

Marked down text file or JSON

Hi, in your experience, when dealing with a vector database, which type of these two file types is great for llms: a marked down text file or a json file? @W. Williams (SFT) Thanks.
2 Replies
Tico | Voiceflow Assistant
When dealing with a vector database for large language models (LLMs), a JSON file is generally more suitable than a marked down text file. JSON files are structured and can easily represent complex data, making them ideal for storing and querying information in a vector database. They also integrate well with various APIs and tools used in LLMs, ensuring efficient data handling and retrieval.
harsh-harlequin
harsh-harlequinOP16mo ago
thanks Tico

Did you find this page helpful?