is there online documentation on how to setup a RA...
# nebula
c
is there online documentation on how to setup a RAG frontend to nebula like whats shown in the LLM graphDB blogpost using self hosted nebula?
h
Hi Carl, may I ask more details about the RAG frontend? Currently you can set up an open source NebulaGraph to index data (e.g., using LLamaIndex), and then retrieve data from there based on your prompt. Here are a few docs on that: 1. https://www.nebula-graph.io/posts/implement_graph_rag_with_nebulagraph 2. https://docs.llamaindex.ai/en/stable/examples/index_structs/knowledge_graph/NebulaGraphKGIndexDemo/#using-knowledge-graph-with-nebulagraphstore
If you are interested in a dashboard which can visualize everything, it’s part of our enterprise product which will be available for Alpha testing the end of this month in cloud. This product will be more powerful on retrieval capabilities.
c
found this quite useful! I think ive followed enough of the instructions that im ready to test my code solution but im using the docker desktop extension install instructions and im not sure how to actually "start" the container
(i get errors about not having a storage host present when i dial into the console, do i just... start that container and attach it?)
h
Can you first check the status of all your containers? An example of the healthy status should look like this:
If everything is working fine, you can log into the console and execute commands. If it looks similar to the following, your Nebula cluster is set up.
c
i ended up just resetting up my environment using the video and the docker extension and its working πŸ™‚
h
πŸŽ‰ Feel free to let me know if need anything.
πŸ‘ 1