abacusai.code_embeddings
========================

.. py:module:: abacusai.code_embeddings


Classes
-------

.. autoapisummary::

   abacusai.code_embeddings.CodeEmbeddings


Module Contents
---------------

.. py:class:: CodeEmbeddings(client, embeddings=None, chunkingScheme=None)

   Bases: :py:obj:`abacusai.return_class.AbstractApiClass`


   Code embeddings

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param embeddings: A dictionary mapping the file name to its embeddings.
   :type embeddings: dict
   :param chunkingScheme: The scheme used for chunking the embeddings.
   :type chunkingScheme: str


   .. py:attribute:: embeddings
      :value: None



   .. py:attribute:: chunking_scheme
      :value: None



   .. py:attribute:: deprecated_keys


   .. py:method:: __repr__()


   .. py:method:: to_dict()

      Get a dict representation of the parameters in this class

      :returns: The dict value representation of the class parameters
      :rtype: dict



