Skip to content
Discussion options

You must be logged in to vote

Technically Neuron provides you with the features needed for this implementation.

You can implement your agent extending the built-in \NeuronAI\RAG class to connect the embeddings provider and a vector store.

Since the RAG class is just an extension of the basic Agent class you can also attach Tools and define the system instructions as usual for your agent.

Maybe it's not so clear in the documentation.

This should give to your agent all the capabilities needed for your use case. Basically all inside a single Agent class.

https://docs.neuron-ai.dev/rag

How to feed the vector store

Before your agent can use relevant content to respond to your messages you have to get Wikipedia contents, tr…

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by robiningelbrecht
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ilvalerione
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants