LICENSE
README.md
pyproject.toml
examples/exemplo_uso_gemini.py
examples/exemplo_uso_llm_local.py
examples/exemplo_uso_openai.py
nexus_rag/__init__.py
nexus_rag.egg-info/PKG-INFO
nexus_rag.egg-info/SOURCES.txt
nexus_rag.egg-info/dependency_links.txt
nexus_rag.egg-info/requires.txt
nexus_rag.egg-info/top_level.txt
nexus_rag/domain/__init__.py
nexus_rag/domain/entities/__init__.py
nexus_rag/domain/entities/atom.py
nexus_rag/domain/entities/bond.py
nexus_rag/domain/entities/molecule.py
nexus_rag/ingestion/__init__.py
nexus_rag/ingestion/pipeline.py
nexus_rag/ingestion/chunkers/__init__.py
nexus_rag/ingestion/chunkers/markdown_chunker.py
nexus_rag/ingestion/extractors/__init__.py
nexus_rag/ingestion/extractors/bond_extractor.py
nexus_rag/ingestion/parsers/__init__.py
nexus_rag/ingestion/parsers/pdf_parser.py