Added Gemini Demo #18
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello @TheCedarPrince ,
I created this demo script which loads data from JuliaHealthLLM.jl and runs gemini RAG workflow.
I am constant getting this error from OpenSSL which I solved and it was working fine but when I ran it again after a few hours it gave me this same error and I tried numerous but didn't progress much
ERROR: HTTP.Exceptions.ConnectError("https://generativelanguage.googleapis.com/v1beta/chat/completions", CapturedException(OpenSSL.OpenSSLError("unable to get local issuer certificate"), Any[(macro expansion at ssl.jl:532 [inlined], 1), (macro expansion at lock.jl:267 [inlined], 1), (connect(ssl::OpenSSL.SSLStream; require_ssl_verification::Bool) at ssl.jl:525, 1), (connect at ssl.jl:509 [inlined], 1), (#sslconnection#19 at Connections.jl:599 [inlined], 1), (sslconnection at Connections.jl:589 [inlined], 1), (getconnection(::Type{OpenSSL.SSLStream}, host::SubString{String}, port::SubString{String}; kw::Base.Pairs{Symbol, Union{Nothing, Integer}, NTuple{6, Symbol}, @NamedTuple{require_ssl_verification::Bool, keepalive::Bool, readtimeout::Int64, iofunction::Nothing, decompress::Nothing, verbose::Int64}}) at Connections.jl:586, 1), (getconnection at Connections.jl:578 [inlined], 1), (#10 at Connections.jl:467 [inlined], 1), (macro expansion at try_with_timeout.jl:92 [inlined], 1), ((::ConcurrentUtilities.var"#2#4"{Any, Channel{Any}, HTTP.Connections.var"#10#13"{OpenSSL.SSLStream, Bool, Bool, Base.Pairs{Symbol, Union{Nothing, Int64}, NTuple{4, Symbol}, @NamedTuple{readtimeout::Int64, iofunction::Nothing, decompress::Nothing, verbose::Int64}}, SubString{String}, SubString{String}}, Timer})() at ConcurrentUtilities.jl:10, 1)]))Would a please take a look?