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

Machine Learning

1 readers
1 users here now

Community Rules:

founded 1 year ago
MODERATORS
 

Hey people, I'm new to the AI world (been programming (python) for 4 years but never worked with AI stuff), I need to extract some specific info from documents, I'm reading about NLP and all this stuff but still figuring out which method(s) should I use to make this works, any recomendations of which methods to use?

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

Look into Retrieval Augmented Generation (RAG) or Grounded Generation. Two terms that should get you where you’re aiming, if by AI you’re talking about LLMs like GPT-4, Claude2, or Llama2.

There are some good libraries out there for this. I personally like llmware (https://github.com/llmware-ai/llmware ) but you could use something like Vectara (closed source) if you just want something that works pretty well and that you can call with an API right off the shelf.