this post was submitted on 27 Oct 2023
1 points (100.0% liked)

Machine Learning

1 readers
1 users here now

Community Rules:

founded 11 months ago
MODERATORS
 

Database question /answer with link

We have a community app with groups and would like to build a search function where users can ask: when is the next event, give me the messages posted by Erik, where can I find …

The information is stored in a table: post-test, posted-by etc.

We do not want to use OpenAI or any external apis. Is something like llama index too powerful or are there other solutions for this? And we want to receive the postId to direct the use to the post

you are viewing a single comment's thread
view the rest of the comments
[–] AppointmentPatient98@alien.top 1 points 11 months ago

Regular llama might already work well. You can generate query with schema. Openai api is much cheaper if you don't have much scale.