{"id":19000479,"url":"https://github.com/typesense/langchain-integration-testground","last_synced_at":"2025-09-25T11:40:26.474Z","repository":{"id":237404332,"uuid":"642641897","full_name":"typesense/langchain-integration-testground","owner":"typesense","description":null,"archived":false,"fork":false,"pushed_at":"2023-05-19T03:00:47.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-01T18:17:25.512Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/typesense.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-05-19T02:59:58.000Z","updated_at":"2023-05-19T03:00:52.000Z","dependencies_parsed_at":"2024-05-01T09:38:48.112Z","dependency_job_id":"de96fcf4-9160-41f2-b004-2c7f82d11f1e","html_url":"https://github.com/typesense/langchain-integration-testground","commit_stats":null,"previous_names":["typesense/langchain-integration-testground"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typesense%2Flangchain-integration-testground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typesense%2Flangchain-integration-testground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typesense%2Flangchain-integration-testground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typesense%2Flangchain-integration-testground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/typesense","download_url":"https://codeload.github.com/typesense/langchain-integration-testground/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240018701,"owners_count":19734874,"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":[],"created_at":"2024-11-08T18:07:25.217Z","updated_at":"2025-09-25T11:40:21.430Z","avatar_url":"https://github.com/typesense.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LangChain Typesense integration testground\n\nThis repo has scripts to exercise the LangChain Typesense integration. \n\n## Setup\n\nRequired Python 3.11\n\n**Install Dependencies:**\n```shell\nbrew install python3\nvirtualenv venv -p /opt/homebrew/bin/python3 # On M1\nsource venv/bin/activate\n\npip3 install -r requirements.txt\n```\n\n**Start Typesense:**\n```shell\nexport TYPESENSE_API_KEY=\"...\"\n\nmkdir $(pwd)/typesense-data\n\ndocker run -p 8108:8108 -v$(pwd)/typesense-data:/data typesense/typesense:0.24.1 \\\n  --data-dir /data --api-key=$TYPESENSE_API_KEY --enable-cors\n```\n\n**Run LangChain script:**\n```shell\nexport OPENAI_API_KEY=\"...\"\nexport TYPESENSE_API_KEY=\"...\"\n\npython3 main.py\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftypesense%2Flangchain-integration-testground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftypesense%2Flangchain-integration-testground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftypesense%2Flangchain-integration-testground/lists"}