Sam Pink
Sam Pink
I am trying to run the example code after installing gpt-index via pip from gpt_index import GPTSimpleVectorIndex, SimpleDirectoryReader documents = SimpleDirectoryReader('data').load_data() index = GPTSimpleVectorIndex(documents) index.query("hello?")
This PR introduces a new GitHub API Wrapper using the requests library. The new GitHubAPIWrapper class allows users to fetch repository information for a specified GitHub user. The PR includes...
Using the LLM abstraction of llamaindex i've added support for more models. I tried to keep everything else the same as is for simplicity. I've already tested "anthropic:claude-3-haiku-20240307" vs groq:gemma-7b-it...
added back support for ollama
ive made a few minor improvements to the prompt I do think there are more to be made, it seem like there is a large focus on like operations compared...