JusChat é um assistente jurídico inteligente baseado em tecnologia GraphRAG (Graph Retrieval Augmented Generation) que utiliza processamento de linguagem natural e grafos de conhecimento para consulta e análise de documentos jurídicos brasileiros.
Stars
23
Forks
8
Watchers
23
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
40
commits
Enhance agent and knowledge modules: rename workflow variable, add callback handler, and implement error handling for metadata extraction
1d5b503View on GitHubRefactor knowledge.py: enhance type handling, add utility functions, and improve LLM integration
e37c3abView on GitHubMerge pull request #2 from prodesk98/features/vectordb
cb640f3View on GitHubImprove code readability: adjust formatting in connection.py and add comment in knowledge.py
1aa7017View on GitHubUpdate docker-compose configuration: add dependencies for mongo, neo4j, and qdrant services
bf1605fView on GitHubMerge pull request #1 from prodesk98/features/vectordb
6dff173View on GitHubIntegrate QdrantClientManager for vector search functionality and update environment configuration
597f598View on GitHubRefactor document handling: update method names and adjust document metadata types
50eb671View on GitHubRefactor vector database integration: rename QdrantClientManager and update references in knowledge.py
5a8a1d4View on GitHubFix bug in knowledge.py: ensure 'embedding' is not None in dense retrieval mode
ea3f88bView on GitHubRefactor QdrantClientManager: streamline client initialization and update document handling methods
5d6cb63View on GitHubAdd S3 client for file management and update knowledge processing logic
cc14e62View on GitHubEnhance knowledge.py: build Document objects with metadata for vector database integration
0e23bc5View on GitHub