Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add templates #8646

Merged
merged 8 commits into from
Aug 4, 2023
Merged

Add templates #8646

merged 8 commits into from
Aug 4, 2023

Conversation

eyurtsev
Copy link
Collaborator

@eyurtsev eyurtsev commented Aug 2, 2023

Add documentation templates

@vercel
Copy link

vercel bot commented Aug 2, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchain ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 3, 2023 8:07pm

@dosubot dosubot bot added the 🤖:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder label Aug 2, 2023
@eyurtsev eyurtsev marked this pull request as ready for review August 3, 2023 15:09
Copy link
Collaborator

@baskaryan baskaryan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@3coins
Copy link
Contributor

3coins commented Aug 4, 2023

@eyurtsev
Thanks for fixing this. The classes are captured correctly now. I see some errors while running the api_docs_build. Are these expected?

Error: Unable to import module 'vectorstores._pgvector_data_models' with error: No module named 'pgvector'
Error: Unable to import module 'autonomous_agents.hugginggpt.task_planner' with error: No module named 'langchain_experimental'
Error: Unable to import module 'autonomous_agents.hugginggpt.hugginggpt' with error: No module named 'langchain_experimental'
Error: Unable to import module 'autonomous_agents.hugginggpt.task_executor' with error: No module named 'langchain_experimental'
Error: Unable to import module 'autonomous_agents.hugginggpt.repsonse_generator' with error: No module named 'langchain_experimental'
Error: Unable to import module 'autonomous_agents.baby_agi.task_prioritization' with error: No module named 'langchain_experimental'
Error: Unable to import module 'autonomous_agents.baby_agi.task_creation' with error: No module named 'langchain_experimental'
Error: Unable to import module 'autonomous_agents.baby_agi.baby_agi' with error: No module named 'langchain_experimental'
Error: Unable to import module 'autonomous_agents.baby_agi.task_execution' with error: No module named 'langchain_experimental'
Error: Unable to import module 'autonomous_agents.autogpt.memory' with error: No module named 'langchain_experimental'
Error: Unable to import module 'autonomous_agents.autogpt.prompt_generator' with error: No module named 'langchain_experimental'
Error: Unable to import module 'autonomous_agents.autogpt.output_parser' with error: No module named 'langchain_experimental'
Error: Unable to import module 'autonomous_agents.autogpt.agent' with error: No module named 'langchain_experimental'
Error: Unable to import module 'autonomous_agents.autogpt.prompt' with error: No module named 'langchain_experimental'
Error: Unable to import module 'tot.controller' with error: No module named 'langchain_experimental'
Error: Unable to import module 'tot.memory' with error: No module named 'langchain_experimental'
Error: Unable to import module 'tot.prompts' with error: No module named 'langchain_experimental'
Error: Unable to import module 'tot.thought' with error: No module named 'langchain_experimental'
Error: Unable to import module 'tot.thought_generation' with error: No module named 'langchain_experimental'
Error: Unable to import module 'tot.base' with error: No module named 'langchain_experimental'
Error: Unable to import module 'tot.checker' with error: No module named 'langchain_experimental'
Error: Unable to import module 'plan_and_execute.agent_executor' with error: No module named 'langchain_experimental'
Error: Unable to import module 'plan_and_execute.schema' with error: No module named 'langchain_experimental'
Error: Unable to import module 'plan_and_execute.executors.agent_executor' with error: No module named 'langchain_experimental'
Error: Unable to import module 'plan_and_execute.executors.base' with error: No module named 'langchain_experimental'
Error: Unable to import module 'plan_and_execute.planners.chat_planner' with error: No module named 'langchain_experimental'
Error: Unable to import module 'plan_and_execute.planners.base' with error: No module named 'langchain_experimental'
Error: Unable to import module 'cpal.models' with error: No module named 'langchain_experimental'
Error: Unable to import module 'cpal.constants' with error: No module named 'langchain_experimental'
Error: Unable to import module 'cpal.base' with error: No module named 'langchain_experimental'
Error: Unable to import module 'cpal.templates.univariate.query' with error: No module named 'langchain_experimental'
Error: Unable to import module 'cpal.templates.univariate.narrative' with error: No module named 'langchain_experimental'
Error: Unable to import module 'cpal.templates.univariate.intervention' with error: No module named 'langchain_experimental'
Error: Unable to import module 'cpal.templates.univariate.causal' with error: No module named 'langchain_experimental'
Error: Unable to import module 'prompts.load' with error: No module named 'langchain_experimental'
Error: Unable to import module 'llms.llamaapi' with error: No module named 'langchain_experimental'
Error: Unable to import module 'llms.anthropic_functions' with error: No module named 'langchain_experimental'
Error: Unable to import module 'llms.rellm_decoder' with error: No module named 'langchain_experimental'
Error: Unable to import module 'llms.jsonformer_decoder' with error: No module named 'langchain_experimental'
Error: Unable to import module 'generative_agents.memory' with error: No module named 'langchain_experimental'
Error: Unable to import module 'generative_agents.generative_agent' with error: No module named 'langchain_experimental'
Error: Unable to import module 'pal_chain.math_prompt' with error: No module named 'langchain_experimental'
Error: Unable to import module 'pal_chain.colored_object_prompt' with error: No module named 'langchain_experimental'
Error: Unable to import module 'pal_chain.base' with error: No module named 'langchain_experimental'
Error: Unable to import module 'sql.base' with error: No module named 'langchain_experimental'

@eyurtsev
Copy link
Collaborator Author

eyurtsev commented Aug 4, 2023

If you install langchain_experimental it should be able to import those modules

@eyurtsev eyurtsev merged commit 003e1ca into master Aug 4, 2023
3 checks passed
@eyurtsev eyurtsev deleted the eugene/update_reference_rst branch August 4, 2023 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants