let's say you want your custom AI agent to be an expert in law, for example.
you'll need a reliable way to fetch new laws or try to get as accurate as possible.
you could do this by:
downloading all the laws and creating a vector database which the AI could query
add web sources to search and let the AI search for that data in websites.
how are you handling this problem?
thank you!
[link] [comments]