github_search_engine.clients.ollama_client_manager ================================================== .. py:module:: github_search_engine.clients.ollama_client_manager Module Contents --------------- .. py:class:: OllamaClientManager .. py:attribute:: client .. py:method:: embed(content) Returns the LLM's embedding for the given input text. :param content: The input textual content to embed. :returns: The embedding vector for the corresponding segment of the input content. .. py:method:: chat(prompt) Generates a response to the input prompt. :param prompt: The input text to generate a response for. :returns: The generated response.