{"id":20424916,"url":"https://github.com/chetanxpro/askme","last_synced_at":"2025-04-12T18:53:04.048Z","repository":{"id":209643551,"uuid":"724599215","full_name":"ChetanXpro/askme","owner":"ChetanXpro","description":"A CLI tool written in Go to chat with your pdf data","archived":false,"fork":false,"pushed_at":"2023-12-02T08:59:26.000Z","size":172,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T13:11:14.925Z","etag":null,"topics":["golang","pinecone","qdrant","rag","vectordb"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChetanXpro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-28T12:13:30.000Z","updated_at":"2024-12-06T16:25:36.000Z","dependencies_parsed_at":"2023-11-30T19:26:03.771Z","dependency_job_id":"9ae0dec6-f890-483f-a13c-f19989f33e05","html_url":"https://github.com/ChetanXpro/askme","commit_stats":null,"previous_names":["chetanxpro/askme"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChetanXpro%2Faskme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChetanXpro%2Faskme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChetanXpro%2Faskme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChetanXpro%2Faskme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChetanXpro","download_url":"https://codeload.github.com/ChetanXpro/askme/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248618244,"owners_count":21134200,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["golang","pinecone","qdrant","rag","vectordb"],"created_at":"2024-11-15T07:11:28.206Z","updated_at":"2025-04-12T18:53:04.025Z","avatar_url":"https://github.com/ChetanXpro.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# askme \n\naskme is a command-line interface (CLI) tool to chat with your PDF data. It can perform operations such as adding PDFs to a vector DB for similarity searches etc.\n\n## Demo\n\nhttps://github.com/ChetanXpro/askme/assets/107798155/9f2cfba7-fe01-42a0-af07-919a28f4c740\n\n\n\n\n## Installation\n\n### Using Precompiled Binaries\n\nYou can download the precompiled binaries directly from the latest release on GitHub.\n\nFor example, to download the binary for Linux amd64:\n\n```\ncurl -LO https://github.com/chetanxpro/askme/releases/download/v0.0.1/askme-linux-amd64\n```\n\nMake the binary executable:\n```\nchmod +x askme-linux-amd64\n```\nMove the binary to your system's bin folder:\n```\nmv askme-linux-amd64 /usr/local/bin/askme\n```\nMake sure to use the correct URL for your release version and desired platform.\n\nNote\n- Make sure to use the correct URL for your release version and the desired platform\n\n### Using go install\n\nYou can install `askme` using the `go install` command:\n\n```bash\ngo install github.com/chetanxpro/askme@latest\n```\n\nThe binary will be installed in your $GOPATH/bin directory or $GOBIN if set.\n\n\n\n## Using go get (for versions before Go 1.16)\n\nIf you are using an older version of Go that does not support the go install command with versioning, you can use go get:\n```\ngo get -u github.com/chetanxpro/askme\n```\n\nThis will get the latest version of askme and install it.\n\nNote that starting from Go 1.17, using go get to install executables is deprecated. go install is the recommended way to install binaries outside a module.\n\n## Commands\n\naskme comes with a set of commands that allow you to interact with your vector database in various ways:\n\n- `askme setup`: Set up secrets like OpenAI API key, Pinecone API key, etc.\n- `askme add`: Add a PDF into the vector DB to perform similarity searches later.\n- `askme ask`: Perform a similarity search, and you will get better result with openai .\n\n\n## Usage\n\n### Setting Up Secrets\n```askme setup```\n\nFollow the on-screen prompts to enter your API keys and other necessary configuration details.\n\n### Adding a PDF to Vector DB\n\n```askme add```\n\nThis will prompt the user to provided PDF document path and then upsert it into vectorDB and making it available for similarity searches.\n\n### Performing a Similarity Search\n\n```askme ask```\n\nThis will prompt the user to decide for which pdf user want to search query to find similar documents within your vector database.\n\n\n## Feature To-Do List\n\nHere are some of the features that are planned for future releases:\n\n- [ ] Add Qdrant DB support.\n- [ ] Improve error handling and logging.\n- [ ] Create a user-friendly setup wizard.\n- [ ] Add support for llama 2 and some other llm\n\n\nFeel free to suggest new features by [opening an issue](https://github.com/chetanxpro/askme/issues) on GitHub.\n\n\n# License\n\naskme is made available under the MIT License. See the LICENSE file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchetanxpro%2Faskme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchetanxpro%2Faskme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchetanxpro%2Faskme/lists"}