Adds reader for GitHub repositories (GithubRepositoryReader) accepts owner, repo at the constructor level. optionally pass GitHub access token, the environment variable GITHUB_TOKEN will be used i...
Repository files navigation README License 🗂️ LlamaIndex 🦙 LlamaIndex (GPT Index) is a project that provides a central interface to connect your LLM's with external data. PyPi: LlamaIndex: https://pypi.org/project/llama-index/. GPT Index (duplicate): https://pypi.org/project/gpt-...
Note: Reader classes have to be added explictly to thefileExtToReadermap in the Edge version of theSimpleDirectoryReader. You'll find a complete example with LlamaIndexTS here:https://github.com/run-llama/create_llama_projects/tree/main/nextjs-edge-llamaparse Playground Check out our NextJS p...
"Yes, TinyLlama is open-source", "This dataset was collected to train StarCoder (Li et al., 2023), a powerful opensource large code language model. It comprises approximately 250 billion tokens across 86 programming languages. In addition to code, it also includes GitHub issues and text-code...
Repository files navigation README License 🗂️ LlamaIndex 🦙 (GPT Index) ⚠️ NOTE: We are rebranding GPT Index as LlamaIndex! We will carry out this transition gradually. 2/25/2023: By default, our docs/notebooks/instructions now reference "LlamaIndex" instead of "GPT Index". 2/...
repository = "https://github.com/run-llama/llama_index" version = "0.10.42" version = "0.10.43" [tool.poetry.dependencies] SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"}32 changes: 16 additions & 16 deletions 32 poetry.lock Load diff Some generated files are not ren...
- ./examples/data_connectors/GithubRepositoryReaderDemo.ipynb - ./examples/data_connectors/GoogleChatDemo.ipynb - ./examples/data_connectors/GoogleDocsDemo.ipynb - ./examples/data_connectors/GoogleDriveDemo.ipynb - ./examples/data_connectors/GoogleMapsTextSearchReaderDemo.ipynb @@ -345,6 +347,7 @...
The import statement in your code should be updated to match the actual structure of the LlamaIndex package. According to a similar solved issue in the LlamaIndex repository, the 'Document' class should be imported from 'llama_index.core.schema' instead of 'llama_index.readers.schema'. Here'...
Please ensure that when you clone the llama-datasets repository, that you set the environment variableGIT_LFS_SKIP_SMUDGEprior to calling thegit clonecommand: #for bashGIT_LFS_SKIP_SMUDGE=1 git clone git@github.com:<your-github-user-name>/llama-datasets.git#for sshGIT_LFS_SKIP_SMUDGE=1 git...
LlamaIndex.TS (Typescript/Javascript): https://github.com/run-llama/LlamaIndexTS. Documentation: https://docs.llamaindex.ai/en/stable/. Twitter: https://twitter.com/llama_index. Discord: https://discord.gg/dGcwcsnxhU. Ecosystem LlamaHub (community library of data loaders): https://llamahub...