Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mbudisic
/
PsTuts-RAG
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
354fd7d
PsTuts-RAG
/
temp_function.txt
mbudisic
Full graph works. Now frontend and finetuning
0351317
5 months ago
raw
Copy download link
history
blame
Safe
186 Bytes
def enter_chain(message: str):
results = {
"messages": [HumanMessage(content=message)],
"team_members": ["VideoArchiveSearch", "AdobeHelp"],
}
return results