Ahmet Karapinar
Ahmet Karapinar
> @ahmetkca quick heads up: we recently launched LlamaHub as the repo for our loaders https://llamahub.ai/. But since this PR came out before that release + i'm very excited about...
> > @ahmetkca quick heads up: we recently launched LlamaHub as the repo for our loaders https://llamahub.ai/. But since this PR came out before that release + i'm very excited...
> > @jerryjliu Actually I could add it to llama-hub repo as well because it is much easier for me to use it, especially when you use gpt_index as a...
~~I am not getting the following `mypy` error:~~ ``` mypy . gpt_index/readers/github_readers/github_repository_reader.py:85: error: Too many arguments for "__init__" of "object" [call-arg] Found 1 error in 1 file (checked 174 source...
I am experimenting with different `GPT***Index`ex right now and also learning everything about `gpt_index` at the same time. It seems GitHub repos might require different PromptTemplate. So far I have...
is there discord channel ?
Is there discord channel? I think it would be easier to communicate there.
Hi @daveey, thanks for the reader. The only comment I have is. We can make the `asana_token` optional and get it from environment variable, if it is not provided. It...
> I added a PR to llamahub, but was unable to test it: > > > > >>> from gpt_index import download_loader > > >>> AsanaReader = download_loader('AsanaReader') > >...
Hi @elyase! Thanks for the feature request. You can turn on/off the parser by passing `use_parser = False` to the constructor of `GithubRepositoryReader`. And for the source code parser, I...