sanasz91mdev
sanasz91mdev
any update? can we use jaeger agent receiver to forward traces to AWS XRAY using AWS Otel collector @schanjr @alolita ?
i am using following adot collector and i can see that i am receiving traces of UDP port 6832 via enabling tcp dump but i cannot even see any logs...
> to connect using the SID url syntax i am using the correct format `ENV KC_DB_URL=jdbc:oracle:thin:user/pass@//192.168.7.228:1521/QM13` still it gives error. ``` 2022-07-29 07:57:57,188 WARN [io.agroal.pool] (agroal-11) Datasource '': No suitable...
> the jvm can't find the oracle jdbc class files in the classpath. what should i do to fix it then? any related documentation? i am using : `quay.io/keycloak/keycloak:latest` image
@pulller , @mdalboni Issue resolved by updating: ` dependencies { classpath 'com.android.tools.build:gradle:3.5.0' }` But qrScan Scan() function does not work, it scans but returns nothing
i am also unable to retain chat history in case of `SQLDatabaseChain` i get error missing parameter when ever i try to run chain with 2 parameters query, chat_history instead...
> with `dochistory = RetrievalQA.from_chain_type(llm=llm, chain_type="stuff", retriever=vectorstore.as_retriever(search_kwargs={"k": 6}), return_source_documents=True) ... tools = [ > > ``` > Tool( > name = "Document Cache", > func=dochistory.run, > description="Useful for when you...
@tevslin So i found a way where we can extract the source documents while initializing agent set following to true: `return_intermediate_steps=True, return_source_documents=True` Then invoke agent like below ``` agent =...
the problem is that some emails contain characters that cant be decoded by utf-8. i changed the unstructured code in core.py: ``` def replace_mime_encodings(text: str, encoding: str = "utf-8") ->...
do i have to maintain all doc ids with me to delete a document ? how can i achieve this to update / delete a doc @trancethehuman