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

return agent intermediate steps #309

Closed

Conversation

hwchase17
Copy link
Contributor

No description provided.

@AkshayBhatAI
Copy link

Hi would it be possible to assign a uuid to each individual run/execution of the agent and store it along with the log.

@hwchase17 hwchase17 changed the base branch from master to harrison/agent_multi_inputs December 18, 2022 04:32
@hwchase17
Copy link
Contributor Author

closing because this got merged into the big agent refactor PR

@hwchase17 hwchase17 closed this Dec 19, 2022
AlexZhangji added a commit to AlexZhangji/langchain that referenced this pull request Feb 9, 2023
have done similar project (youtube summarization and question answeirng).

I find that youtube video meta infor, especially video title and descriptions are quite helpful for LLM to better understand the context.

and similarly, thumbnail image url can be useful when build web app with this.

a sample output would be
{'source': 'I845O57ZSy4',
 'title': 'John Carmack: Doom, Quake, VR, AGI, Programming, Video Games, and Rockets | Lex Fridman Podcast langchain-ai#309',
 'description': 'John Carmack is a legendary programmer, co-founder of id Software, and lead programmer of many revol...',
 'view_count': 1229347,
 'thumbnail_url': 'https://i.ytimg.com/vi/I845O57ZSy4/sddefault.jpg',
 'publish_date': datetime.datetime(2022, 8, 4, 0, 0),
 'length': 18890,
 'author': 'Lex Fridman',
}

Love the work you guys have done on LangChain, hope i can also contribute a tiny bit!
hwchase17 pushed a commit that referenced this pull request Feb 9, 2023
…952)

Hi team, 

Love the work you guys have done on LangChain, hope i can also
contribute a tiny bit!

have done similar side project on Youtube summarization and question
answering with LLM,
I find that Youtube video meta infor, especially video title and
descriptions are quite helpful for model to better understand the
context.

Additionally, the thumbnail image url can also be useful when build web
app with this.

a sample video meta infor would be

```
{
'source': 'I845O57ZSy4',
 'title': 'John Carmack: Doom, Quake, VR, AGI, Programming, Video Games, and Rockets | Lex Fridman Podcast #309',
 'description': 'John Carmack is a legendary programmer, co-founder of id Software, and lead programmer of many revol...',
 'view_count': 1229347,
 'thumbnail_url': 'https://i.ytimg.com/vi/I845O57ZSy4/sddefault.jpg',
 'publish_date': datetime.datetime(2022, 8, 4, 0, 0),
 'length': 18890,
 'author': 'Lex Fridman',
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants