LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/getting_started.md
docs/llm_integration.md
docs/recipes.md
examples/end_to_end_workflow.md
examples/profiles_with_llm.json
examples/recipe_with_anthropic.json
examples/recipe_with_ollama.json
examples/recipe_with_openai.json
neuraparse/__init__.py
neuraparse/cli.py
neuraparse.egg-info/PKG-INFO
neuraparse.egg-info/SOURCES.txt
neuraparse.egg-info/dependency_links.txt
neuraparse.egg-info/entry_points.txt
neuraparse.egg-info/requires.txt
neuraparse.egg-info/top_level.txt
neuraparse/core/models.py
neuraparse/graph/__init__.py
neuraparse/graph/base.py
neuraparse/graph/semantic.py
neuraparse/graph/structure.py
neuraparse/ingestion/__init__.py
neuraparse/ingestion/base.py
neuraparse/ingestion/file_loader.py
neuraparse/ingestion/web_loader.py
neuraparse/llm/__init__.py
neuraparse/llm/anthropic_client.py
neuraparse/llm/base.py
neuraparse/llm/ollama_client.py
neuraparse/llm/openai_client.py
neuraparse/parsing/__init__.py
neuraparse/parsing/base.py
neuraparse/parsing/docx.py
neuraparse/parsing/html.py
neuraparse/parsing/pdf.py
neuraparse/parsing/text.py
neuraparse/recipes/__init__.py
neuraparse/recipes/base.py
neuraparse/recipes/basic_qa.py
neuraparse/recipes/cross_document_ranking.py
neuraparse/recipes/entity_context_ranking.py
neuraparse/recipes/entity_knowledge.py
neuraparse/recipes/graded_relevance.py
neuraparse/recipes/graph_neighborhood.py
neuraparse/recipes/multi_context_ranking.py
neuraparse/recipes/outline_summary.py
neuraparse/recipes/profiles.py
neuraparse/recipes/rag_chunks.py
neuraparse/recipes/section_relevance.py
neuraparse/storage/__init__.py