Furkan Zeki ÖZYURT

Results 10 comments of Furkan Zeki ÖZYURT

I updated the version to DBeaver 23.3.3. I also have an existing table, but I cannot select more than 1 file to this table. It only allows me to select...

> try this to use the huggingface models: https://github.com/huggingface/text-embeddings-inference > > ```python > embedder={ > "provider": "huggingface", > "config": {"api_url": ""} > }, > ``` This is not a way...

Dear @lorenzejay @Vidit-Ostwal @mouramax , I created the code as follows. The knowledge file also contains the necessary knowledge information. However, I still cannot get information from knowledge. To try...

> Is this throwing any kind of error? No, it does not give an error but it responds without taking into account in the Agent knowledge.

> > > Is this throwing any kind of error? > > > > > > No, it does not give an error but it responds without taking into account...

> Can you also try passing the knowledge at the agent level once? I have defined the knowledge parameter at the agent but the change is not available.

> > > Can you also try passing the knowledge at the agent level once? > > > > > > I have defined the knowledge parameter at the agent...

> [@fzozyurt](https://github.com/fzozyurt), knowledge_source and embedder at both agent and crew level? When I do not add to CREW but only add to Agent, I get the following error. For this...

> By any chance are you using a .ipynb file for inference? Yes, I am using codes for testing in ipynb. Could this be a problem? I can also try...

> I think there was a bug with version `0.121.0` with using of new integration with rich library. Can you upgrade the version or try the inference with the .py...