You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing question and discussions and this question is not already answered.
I believe this is a legitimate question, not just a bug or feature request.
Your Question
I am new to LightRAG. I am looking inside the example folder. It has the lightrag_ollama_age_demo.py file, and the lightrag_zhipu_postgres_demo.py file. I am exploring both of these. They both creates the chunk_entity_relation graph. However, the lightrag_zhipu_postgres_demo.py file also creates the following tables: lightrag_doc_chunks, lightrag_doc_full, lightrag_doc_status, lightrag_llm_cache, lightrag_vdb_entity, lightrag_vdb_relation. When I tried the lightrag_ollama_age_demo.py example, I also saw a lot of errors, something like "too many connections". My questions:
Does the lightrag_ollama_age_demo.py also create similar tables?
Beside the above error, which example should I follow? Which one provide more benefits?
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Do you need to ask a question?
Your Question
I am new to LightRAG. I am looking inside the example folder. It has the lightrag_ollama_age_demo.py file, and the lightrag_zhipu_postgres_demo.py file. I am exploring both of these. They both creates the chunk_entity_relation graph. However, the lightrag_zhipu_postgres_demo.py file also creates the following tables: lightrag_doc_chunks, lightrag_doc_full, lightrag_doc_status, lightrag_llm_cache, lightrag_vdb_entity, lightrag_vdb_relation. When I tried the lightrag_ollama_age_demo.py example, I also saw a lot of errors, something like "too many connections". My questions:
Additional Context
No response
The text was updated successfully, but these errors were encountered: