Комментарии:
🐐
Ответитьthis was awesome.
a few things:
- for testing, i would recommend adding very custom information as rag knowledge like `my name is sam, and i like the color blue. ` or with `birthdate: sept 1, 1951` . just for testing purposes because this information likely does not exist in the llm. if the test data is likely to overlap with llm training data, sometimes it can be difficult to judge whether the answer was coming from the rag solution or from the llm itself. examples above are just what i can come up with of course there are more very internal information you can make up that likely will not overlap with llm training data.
- line 19 is somewhat exhaustive query. i think both sql server and postgresql has vector db today so queries can be made at db layer. other than that this is awesome . but i understand this is just a demo. would love to see sql layer vector queries explored.
👍👍
Awesome, thank you for sharing this knowledge!
ОтветитьThanks for sharing, waiting your next video may be about MCP or multi agents 😊
Ответить