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

Machine Learning

1 readers
1 users here now

Community Rules:

founded 10 months ago
MODERATORS
 

I would like to understand if anyone has implemented generative AI without using openAI and if so which open source you have used and how successful it has been so far

We have enterprise level incident data, relevant documentation etc that users will search about and need to generate responses using generative ai.

Is it possible to do this without relying on open AI at all

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

If you're "searing" specific documents and incidents, would it make more sense to use either vector search or a retrieval (RAG) model to pull from these sources, instead of generating new text? Even if you have a lot of data it may be difficult to fine-tune LLaMa to generate reliable responses.