{"id":19988660,"url":"https://github.com/codeacme17/talk-with-docs","last_synced_at":"2025-08-18T19:34:16.297Z","repository":{"id":164377380,"uuid":"638912362","full_name":"codeacme17/talk-with-docs","owner":"codeacme17","description":"use 🦜️🔗  to communicate with varied files \u0026 web","archived":false,"fork":false,"pushed_at":"2023-05-30T01:20:31.000Z","size":712,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-04T08:36:54.456Z","etag":null,"topics":["langchain","langchain-app","talk-with-files","talk-with-web"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/codeacme17.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,"zenodo":null}},"created_at":"2023-05-10T11:20:43.000Z","updated_at":"2024-09-11T21:48:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"e9975ad1-2716-40a2-9076-8a1d78b54c7d","html_url":"https://github.com/codeacme17/talk-with-docs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codeacme17/talk-with-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeacme17%2Ftalk-with-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeacme17%2Ftalk-with-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeacme17%2Ftalk-with-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeacme17%2Ftalk-with-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeacme17","download_url":"https://codeload.github.com/codeacme17/talk-with-docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeacme17%2Ftalk-with-docs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267973202,"owners_count":24174400,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["langchain","langchain-app","talk-with-files","talk-with-web"],"created_at":"2024-11-13T04:43:43.032Z","updated_at":"2025-07-31T01:40:37.910Z","avatar_url":"https://github.com/codeacme17.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cbr /\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"120\" alt=\"logo\" src=\"./public/logo.svg\"/\u003e \n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003e\n  \u003csamp\u003e\n    talk-with-docs\n  \u003c/samp\u003e\n\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003csamp\u003e\n    use 🦜️🔗 to communicate with varied files or web\n  \u003c/samp\u003e\n\u003c/p\u003e\n\n\u003cbr /\u003e\n\n## Start\n```bash\ngit clone https://github.com/codeacme17/talk-with-docs.git\n```\n\n#### UI\n```bash\ncd talk-with-docs\npnpm install\npnpm dev\n```\n\n#### Server\n```bash\ncd talk-with-docs/server\npnpm install\npnpm dev\n```\n\n#### Add the required environment variables \n```bash\ncd talk-with-docs/server\ntouch .env\nopen .env\n```\n```py\n# openai\nOPENAI_API_KEY = \"...\" \n\n# Pinecone\nPINECONE_API_KEY=\"...\"\nPINECONE_ENVIRONMENT=\"...\"\nPINECONE_INDEX=\"...\"\n\n# Huggingface\nHUGGINGFACE_API_KEY=\"...\"\n\n# Proxy \n# If you need a network proxy to access openai, \n# please change this configuration item to your proxy address\nSOCKS5_PROXY_ADDRESS=\"socks5://...\"\n```\n\n## Support type\n|       | type | suffix |  describe  |\n|-------|------|------|--|\n|   ☑️   |word  |  `.doc` `.docx`    |  only `.docx` files support in-document image parsing  | \n|   ☑️   |pdf  |  `.pdf`    |  not support  image parsing  | \n|   ☑️   |HTML  |  `.html`  |  support  image parsing  | \n|   ☑️   |image  |  `.png` `.jpg` `.webp`    |    | \n|   ☑️   |web  |     | just use `url`   | \n|   📌   |audio  |      |  `pending dev...`  | \n|   📌   |video  |  |  `pending dev...`      | \n\n\n## How it work\n\n#### embedding\n\u003cimg alt=\"embedding\" src=\"./docs/embedding.png\"/\u003e \n\n#### explain image\n\u003cimg alt=\"embedding\" src=\"./docs/image-explains.png\"/\u003e \n\n\n## Contributing\nContributions to the project are welcome! If you find a bug or have an idea for a new feature, please submit an issue or pull request.\n\n## License\n[MIT](https://github.com/codeacme17/1llg-terminal-GPT/blob/main/LICENSE) License © 2023-Present [leyoonafr](https://github.com/codeacme17)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeacme17%2Ftalk-with-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeacme17%2Ftalk-with-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeacme17%2Ftalk-with-docs/lists"}