Community
I am trying to train the AI through promptrepo extension, but after selecting the input and output fields, the publishing button doesnt respond at all, the response from the API is an internal server error (500), this has happened from morning and I am not able to train the model at all
Comments (3)
Add comment
Feb 6
Hi Arjun - Can you please send us your Google Sheets url? We will take a look at it.
Feb 6
any method to get multiple output in single input like getting places not place nearby in my location refer https://gist.github.com/neartail-senthil/d694d692d9c25a5710f63b56082ebf2f input great place near me output { place:b } { place:c } { place:a }
Feb 6
It looks like you need a recommender modelâi.e., if you provide a place as input, the model should return similar places as output. You can use vector databases like Pinecone, pgvector or Firestore for a scalable recommender system. However, if your dataset is small, you can use Promptrepo. In Promptrepo, you can disable generative AI for all output fields and the "Advanced" option in the output screen before training the model. When you run the API, you can append ?suggest=10 to the endpoint to retrieve 10 similar places.
Add your comment
Add photo