harsh-harlequin•16mo 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
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-harlequinOP•16mo ago
thanks Tico