Граф коммитов

13 Коммитов

Автор SHA1 Сообщение Дата
dependabot[bot] dab61769dc
Bump langchain in /tools/sdk-ai-bots/Embeddings in the pip group (#8996)
Bumps the pip group in /tools/sdk-ai-bots/Embeddings with 1 update: [langchain](https://github.com/langchain-ai/langchain).


Updates `langchain` from 0.1.8 to 0.2.10
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](https://github.com/langchain-ai/langchain/compare/langchain-ibm==0.1.8...langchain==0.2.10)

---
updated-dependencies:
- dependency-name: langchain
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-23 15:10:57 -07:00
Wes Haggard 2ea067f8ca
Update projects targeting net7.0 to net8.0 (#8619)
* Update projects targeting net7.0 to net8.0

After the change to global.json to move to net8.0
we can no longer build net7.0 projects and we need
to move them off 7 which is no longer supported.

* Fix code for .NET 8 new warnings
2024-07-30 13:51:24 -07:00
dependabot[bot] a2e1a56009
Bump azure-identity in /tools/sdk-ai-bots/Embeddings (#8426)
Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.13.0 to 1.16.1.
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
- [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.13.0...azure-identity_1.16.1)

---
updated-dependencies:
- dependency-name: azure-identity
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-14 08:43:14 -07:00
Ray Chen d5b8343efd
Use entra app id and certificate for authentication (#8262)
* Use certificate for bot authentication

* Updated deployment template
2024-05-21 11:25:23 +08:00
Ray Chen a8b08796fb
Use azcopy to access azure blob with FWI (#8160)
* Use azcopy to access azure blob with FWI

* Make service-connection as variable
2024-04-26 15:53:30 +08:00
Ray Chen 793837ccb6
Added search profile to fix index creation error (#8136) 2024-04-22 15:48:41 +08:00
Konrad Jamrozik 963a492d62
Update metadata_customized_docs.json: add spec dir sturcture, api versions and branches, breaking changes deep dive; remove avocado as it is obsolete (#8029)
* Update metadata_customized_docs.json: add dir sturcture, api versions and branches, breaking changes deep dive; remove avocado as it is obsolete

* Update metadata_customized_docs.json

* Update metadata_customized_docs.json
2024-04-15 22:06:13 -07:00
Ray Chen f5368901a4
Upgraded langchain packages per security ask (#7987) 2024-04-03 10:35:31 +08:00
dependabot[bot] 4599fbd138
Bump langchain from 0.0.324 to 0.1.0 in /tools/sdk-ai-bots/Embeddings (#7884)
Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.324 to 0.1.0.
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.324...v0.1.0)

---
updated-dependencies:
- dependency-name: langchain
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-29 10:08:22 +08:00
Ray Chen 8b22f9dd03
Added instructions of how to use the AI bot (#7969)
* Added instructions of how to use the AI bot

* Use aka link
2024-03-28 16:01:35 +08:00
Ray Chen f78f61b807
Added pipeline to build embeddings (#7949)
* Added pipeline to build embeddings

* Added secret variables

* Updated nuget.config

* Updated yml file

* Updated working directory in the script

* Fixed script issue

* Fixed script name case issue

* Fixed working directory value

* checkout enghub repo in yml

* updated the enghub checkout url

* Checkout sdk tools repo

* Updated repo folders

* Updated path of script file

* Fixed checkout path in the yml file

* Introduce common jobs to setup env

* Fixed syntax error in yml

* Use stages

* Fixed dependsOn error

* Fixed stage dependson

* Updated pipeline file name

* Added common pipeline template

* Enable local run for the script

* Added two more stages in pipeline yml

* Updated github repo url

* Removed the typespec repo stage temporaily

* list python package installed

* Use python -m command

* Print content of installed python packages

* Added debug script

* Redirect log stream

* comment measure-command

* Output log by variables

* Use liunx agent pool

* Added conda python env

* Use pwsh shell

* Use windows os

* Use pwsh step

* Use full path to conda

* Added conda init

* Run conda with full path

* Call python thur conda env

* Install conda in pwsh

* debug variables

* Use conda for local run too

* make blob container configurable

* Add missing ending brace

* Added condapath to output

* Test without conda

* Delete python version parameter

* Use same source path when checkout one repo only

* Remove conda env

* Updated customizedDocEmbeddings script path

* Use 3.11 python version

* Added typespec embeddings build step

* Remove conda call

* Use raw content url for downloading

* Removed python version setting

* Recover the list of customized document

* Output key in metadata file

* Variables have to be set in env rather than .py

* Added codeowner

* Disable pr trigger

* Updated readme.md

* Remove renhe temporarily
2024-03-26 20:01:20 +08:00
Scott Beddall 35b7e5b101
deleting sdk-ai-bots nuget config temporarily to repair the build for APIView release (#7897) 2024-03-16 01:07:57 +00:00
Ray Chen f05b6f2458
Initial check in for Azure SDK AI Bots (#7882)
* Initial check in for SDK AI Bots

* Updated folders in the scripts.

* Deleted unused nuget pkg
2024-03-15 15:31:29 +08:00