Submitted by Singularian2501 t3_11zsdwv in MachineLearning
endless_sea_of_stars t1_jdhrar6 wrote
Reply to comment by Izzhov in [N] ChatGPT plugins by Singularian2501
Sort of. The default retrieval plug-in is more of a database lookup. It converts a question into a word vector (via Ada api) and uses that to query a self hosted vector database. The base version is more for question/answer scenarios.
That being said, I'm sure that someone is already working on novel generator plug-in that would be more tailored to your use case.
Izzhov t1_jdhsabh wrote
Ahh, that makes sense. Thank you!
Viewing a single comment thread. View all comments