Skip to content

Python: Add Google PaLM connector with text completion and example file #2076

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

Merged
merged 68 commits into from
Aug 17, 2023
Merged
Show file tree
Hide file tree
Changes from 46 commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
097c8a8
g palm class and example in progress
am831 Jul 14, 2023
f35e643
Merge branch 'palm' of https://github.com/am831/semantic-kernel into …
am831 Jul 14, 2023
b12a25b
palm class object gets API response
am831 Jul 15, 2023
27ad03f
Merge branch 'main' of https://github.com/microsoft/semantic-kernel i…
am831 Jul 17, 2023
393ce3b
finished example file
am831 Jul 17, 2023
52135dd
Merge branch 'microsoft:main' into palm
am831 Jul 17, 2023
7d0e9df
unit test
am831 Jul 18, 2023
b0cb26b
Merge branch 'palm' of https://github.com/am831/semantic-kernel into …
am831 Jul 18, 2023
749ad0e
integration and unit tests in progress
am831 Jul 18, 2023
0bd165f
Merge branch 'main' of https://github.com/microsoft/semantic-kernel i…
am831 Jul 18, 2023
cef0f28
finished unit and integreation tests
am831 Jul 18, 2023
30dcee9
added complete_stream_async and all tests pass
am831 Jul 19, 2023
c6823f1
Merge branch 'main' of https://github.com/microsoft/semantic-kernel i…
am831 Jul 19, 2023
fabd791
Merge branch 'main' of https://github.com/microsoft/semantic-kernel i…
am831 Jul 19, 2023
b0de8b0
Merge branch 'microsoft:main' into palm
am831 Jul 20, 2023
876712a
Merge branch 'microsoft:main' into palm
am831 Jul 20, 2023
1fc8fa1
Merge branch 'microsoft:main' into palm
am831 Jul 20, 2023
9b5c5e3
Merge branch 'microsoft:main' into palm
am831 Jul 21, 2023
fadcc21
add delay and ouput_words to stream function
am831 Jul 21, 2023
1e7326a
Merge branch 'palm' of https://github.com/am831/semantic-kernel into …
am831 Jul 21, 2023
4809a05
fix gp class mistake
am831 Jul 21, 2023
e9627a2
logprobs exception not necessary
am831 Jul 21, 2023
2ff3847
Merge branch 'microsoft:main' into palm
am831 Jul 21, 2023
d217c42
Merge branch 'microsoft:main' into palm
am831 Jul 22, 2023
10e838a
Merge branch 'microsoft:main' into palm
am831 Jul 25, 2023
de03102
Merge branch 'microsoft:main' into palm
am831 Jul 25, 2023
95329b5
Merge branch 'microsoft:main' into palm
am831 Jul 25, 2023
ba450a3
Merge branch 'microsoft:main' into palm
am831 Jul 26, 2023
221ae63
Merge branch 'microsoft:main' into palm
am831 Jul 26, 2023
3d4ade5
Merge branch 'microsoft:main' into palm
am831 Jul 27, 2023
5dc903c
rename to GOOGLE_PALM_API_KEY
am831 Jul 27, 2023
730dc76
Merge branch 'microsoft:main' into palm
am831 Jul 27, 2023
740f869
Merge branch 'main' into palm
awharrison-28 Jul 28, 2023
3cd8a15
Merge branch 'main' of https://github.com/microsoft/semantic-kernel i…
am831 Jul 28, 2023
a82ae98
env re-name
am831 Jul 28, 2023
bd69f2b
Merge branch 'microsoft:main' into palm
am831 Jul 29, 2023
0a62120
Merge branch 'microsoft:main' into palm
am831 Jul 31, 2023
bfb708a
Merge branch 'microsoft:main' into palm
am831 Jul 31, 2023
22b0ea9
fix api key name in conftest
am831 Aug 1, 2023
7fb7231
Merge branch 'microsoft:main' into palm
am831 Aug 1, 2023
280f1b3
Merge branch 'microsoft:main' into palm
am831 Aug 2, 2023
d159768
Merge branch 'main' of https://github.com/microsoft/semantic-kernel i…
am831 Aug 4, 2023
fffe53a
Merge branch 'palm' of https://github.com/am831/semantic-kernel into …
am831 Aug 4, 2023
95f5e4b
Merge branch 'microsoft:main' into palm
am831 Aug 4, 2023
5d097c6
Merge branch 'main' of https://github.com/microsoft/semantic-kernel i…
am831 Aug 7, 2023
61af5bc
poetry add grpcio-status==1.53.0
am831 Aug 7, 2023
cbca683
document streaming behavior
am831 Aug 7, 2023
f607f52
Merge branch 'microsoft:main' into palm
am831 Aug 7, 2023
323e269
Merge branch 'microsoft:main' into palm
am831 Aug 8, 2023
752708d
Merge branch 'microsoft:main' into palm
am831 Aug 8, 2023
9e5a720
Merge branch 'main' into palm
awharrison-28 Aug 8, 2023
dd01ed4
group dependencies, skip integration
am831 Aug 8, 2023
9c344e6
remove streaming
am831 Aug 9, 2023
fc489d5
Merge branch 'main' of https://github.com/microsoft/semantic-kernel i…
am831 Aug 9, 2023
0b00fff
Merge branch 'microsoft:main' into palm
am831 Aug 10, 2023
a498184
Merge branch 'microsoft:main' into palm
am831 Aug 14, 2023
2101a5f
Merge branch 'microsoft:main' into palm
am831 Aug 15, 2023
0d031b3
Merge branch 'main' into palm
awharrison-28 Aug 16, 2023
dce8943
update poetry lock file
awharrison-28 Aug 17, 2023
fcb26fe
resolve lock conflict
awharrison-28 Aug 17, 2023
53d2a22
added additional version markers for google palm
awharrison-28 Aug 17, 2023
7c4c5ad
precommit checks, skip palm tests if python version less than 3.9
awharrison-28 Aug 17, 2023
93d088b
remove redundant skipif
awharrison-28 Aug 17, 2023
09ea987
move skipif above import for module that won't be installed on 3.8
awharrison-28 Aug 17, 2023
d03acc0
import dependency only if 3.9 or later
awharrison-28 Aug 17, 2023
58ae5ff
import dependency only if 3.9 or later
awharrison-28 Aug 17, 2023
bad9972
Merge branch 'main' into palm
awharrison-28 Aug 17, 2023
7462b55
Merge branch 'main' into palm
awharrison-28 Aug 17, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ AZURE_COGNITIVE_SEARCH_ADMIN_KEY=""
PINECONE_API_KEY=""
PINECONE_ENVIRONMENT=""
POSTGRES_CONNECTION_STRING=""
GOOGLE_API_KEY=""
GOOGLE_PALM_API_KEY=""
GOOGLE_SEARCH_ENGINE_ID=""
Loading