nebula
nebula copied to clipboard
How to check storage capacity of my local nebular DB?
Hi, as mentioned in the title, I want to check storage capacity of my local nebular DB. I already search about it using google, nebula forum(Actually, I cannot access it) and github issues, but I cannot find it.
It maybe due to my searching skill.. I'm building Knowledge graph with 300-pages document.. so I really have to know about it
Please let me know it and sorry for bothering..
Oh.. I just follow this process
Install go --> sudo snap install go --classic Install nebula-console from https://github.com/vesoft-inc/nebula-console#from-source-code ./nebula-console -addr 127.0.0.1 -port 9669 -u root -p nebula CREATE SPACE llamaindex(vid_type=FIXED_STRING(256), partition_num=1, replica_factor=1); ADD HOSTS 127.0.0.1:9779; :sleep 10; USE llamaindex; CREATE TAG entity(name string); CREATE EDGE relationship(relationship string); CREATE TAG INDEX entity_index ON entity(name(256));
Sorry, I didn't notice this! Feel free to ping me via Slack next time!
Plus, we are creating another tooling(will be working with llmamaindex/langchain, too) to enable KG building and RAG and more advanced text2cypher/planning-based KG reasoning, feel free to ping me if you are interested in trying it.
@wey-gu Wow, that's really interesting, If you don't mind, could you share more details?
Oh, and the reason I asked this question is because I'm wondering if all the knowledge extracted from 300 pages document will be saved or not.. I think.. I have to make distribute system for this..
@wey-gu could you provide any updates on this issue? If it has been resolved, could you share the solution and consider closing this issue?