repo2vec

View on PyPIReverse Dependencies (0)

0.1.8 repo2vec-0.1.8-py3-none-any.whl

Wheel Details

Project: repo2vec
Version: 0.1.8
Filename: repo2vec-0.1.8-py3-none-any.whl
Download: [link]
Size: 31058
MD5: b3d5c37664d0b6817e78eaffc40ce673
SHA256: 75bee0fe1988b6f4d800d0f8f59822baf4d5ea653af3704327c919191de19d45
Uploaded: 2024-09-10 18:18:21 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: repo2vec
Version: 0.1.8
Summary: A library to index a code repository and chat with it via LLMs.
Author: Julia Turc & Mihail Eric / Storia AI
Author-Email: founders[at]storia.ai
Home-Page: https://github.com/Storia-AI/repo2vec
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Requires-Dist: GitPython (==3.1.43)
Requires-Dist: Pygments (==2.18.0)
Requires-Dist: fastapi (==0.112.2)
Requires-Dist: gradio (>=4.26.0)
Requires-Dist: langchain (==0.2.14)
Requires-Dist: langchain-community (==0.2.12)
Requires-Dist: langchain-anthropic (==0.1.23)
Requires-Dist: langchain-ollama (==0.1.2)
Requires-Dist: langchain-openai (==0.1.22)
Requires-Dist: marqo (==3.7.0)
Requires-Dist: nbformat (==5.10.4)
Requires-Dist: openai (==1.42.0)
Requires-Dist: pinecone (==5.0.1)
Requires-Dist: python-dotenv (==1.0.1)
Requires-Dist: requests (==2.32.3)
Requires-Dist: semchunk (==2.2.0)
Requires-Dist: tiktoken (==0.7.0)
Requires-Dist: tree-sitter (==0.22.3)
Requires-Dist: tree-sitter-language-pack (==0.2.0)
Requires-Dist: setuptools
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 7207 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (74.1.1)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
repo2vec/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
repo2vec/chat.py sha256=Ff_173Z5zIVBwn2hW3x5iySOhHD_7tESvUeZg_qwyzk 5140
repo2vec/chunker.py sha256=QxrWm7yr9kfPwsqZ-4uLIoZnqd5jmuZMIyu2AfMEwSo 12579
repo2vec/data_manager.py sha256=FQ_Sq88bCMgnITJ0WIT_XZRxpHkAjbOQzal1-3dxKI4 9116
repo2vec/embedder.py sha256=tttAqHSg5iq6qJzqzm6G1U1fEsWbaTjVoyzGkYexVYY 12239
repo2vec/github.py sha256=BhG7t_9H3ikdEaqEsRyCNyzQI0m7_no190dG5oF5V0Y 9562
repo2vec/index.py sha256=Qud14jq4HtH5qI-AF69uDyFrriK9QltZmtgdqdHLBOY 11411
repo2vec/llm.py sha256=rvR2EY_jULSVnBa_adpcV3JJhnEl4xLDce47PvLVX_U 829
repo2vec/sample-exclude.txt sha256=m2h528FocqbhPwrDjQ3qQ1CzrkFxCUAhheymDYJDN3E 1103
repo2vec/vector_store.py sha256=6QAZOCE1eP8UMGRyqZY64jlOKIxPsWgWs2ejnTC1RFI 4130
tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/conftest.py sha256=f2j9Dc8FMSPajm3yk3H8OairfW3yH8-eg3_wLonsymI 114
tests/test_chunker.py sha256=x1O6CUnaJF79a4OTTxTDxW0weClggc-4_fXTvf2PZno 2578
repo2vec-0.1.8.dist-info/LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
repo2vec-0.1.8.dist-info/METADATA sha256=69--yFVeBg5TbD4LdWpdH0GW8eHT0FijB7nzwKI1Xz4 8398
repo2vec-0.1.8.dist-info/WHEEL sha256=uCRv0ZEik_232NlR4YDw4Pv3Ajt5bKvMH13NUU7hFuI 91
repo2vec-0.1.8.dist-info/entry_points.txt sha256=OKdDyR6DlyACD21DvWHBKJIbbQMRtT8NXOyDiKfqYfA 80
repo2vec-0.1.8.dist-info/top_level.txt sha256=UmSHxnh05ipAOtucJJmy0PloRpfQdhf8n8NGv7TDBoI 15
repo2vec-0.1.8.dist-info/RECORD

top_level.txt

repo2vec
tests

entry_points.txt

r2v-chat = repo2vec.chat:main
r2v-index = repo2vec.index:main