{"id":27155880,"url":"https://github.com/cloudsteak/langchain-solutions","last_synced_at":"2025-04-08T19:57:10.771Z","repository":{"id":250012074,"uuid":"833222279","full_name":"cloudsteak/langchain-solutions","owner":"cloudsteak","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-26T12:45:02.000Z","size":115,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-07-27T08:52:33.270Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","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/cloudsteak.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":"2024-07-24T15:39:34.000Z","updated_at":"2024-07-26T12:45:06.000Z","dependencies_parsed_at":"2024-07-24T18:42:38.538Z","dependency_job_id":null,"html_url":"https://github.com/cloudsteak/langchain-solutions","commit_stats":null,"previous_names":["cloudsteak/langchain-solutions"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudsteak%2Flangchain-solutions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudsteak%2Flangchain-solutions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudsteak%2Flangchain-solutions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudsteak%2Flangchain-solutions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudsteak","download_url":"https://codeload.github.com/cloudsteak/langchain-solutions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247918923,"owners_count":21018044,"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":"2025-04-08T19:57:10.320Z","updated_at":"2025-04-08T19:57:10.752Z","avatar_url":"https://github.com/cloudsteak.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LangChain Solutions\n\n\nBasic LangChain solutions\n\n## Prerequisites\n\n### 1. Poetry\n\n1. Ensure that you have Poetry installed on your system. You can install it using the following command:\n\n```bash\ncurl -sSL https://install.python-poetry.org | python3 -\n```\n\n2. Add Poetry to path\n\n- On Linux\n\n```bash\necho $'\\nexport PATH=\"/home/jovyan/.local/bin:$PATH\"' \u003e\u003e ~/.bashrc\n\nsource ~/.bashrc\n```\n\n- On Mac\n\n```bash\necho $'\\nexport PATH=\"/home/jovyan/.local/bin:$PATH\"' \u003e\u003e ~/.zshrc\n\nsource ~/.bashrc\n```\n\n3. Check result\n\n```bash\npoetry --version\n```\n\n\n## Streamlit application\n\n### 1. Create virtual environment\n\n```bash\nconda create --prefix ./.venv -y\nconda activate ./.venv\n```\n\n### 2. Install dependencies\n\n```bash\npoetry install --no-root\n```\n\n### 3. Run the application\n\n```bash\nstreamlit run RestaurantGenerator/main.py\n```\n\n### 4. Test the application\n\nOpen the browser and navigate to `http://localhost:8501/`\n\n### 5. Deactivate the virtual environment\n\n```bash\nconda deactivate\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudsteak%2Flangchain-solutions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudsteak%2Flangchain-solutions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudsteak%2Flangchain-solutions/lists"}