Merge pull request #1139 from arc53/dependabot/pip/application/langchain-core-0.3.2

chore(deps): bump langchain-core from 0.2.38 to 0.3.2 in /application
This commit is contained in:
Alex
2024-09-20 12:12:55 +01:00
committed by GitHub
4 changed files with 91 additions and 20 deletions

View File

@@ -47,8 +47,8 @@ function Upload({
];
const [urlType, setUrlType] = useState<{ label: string; value: string }>({
label: 'Link',
value: 'url',
label: 'Crawler',
value: 'crawler',
});
useEffect(() => {